Color Picker
Online color picker to view shadestintscolor codesand complementary colors
<>
#tool-output h3#tool-output h2{
margin-bottom: 0;
}
.css-examples-grid {
display: grid;
grid-template-columns: repeat(auto-fitminmax(280px1fr));
gap: 1.5em;
max-width: 1080px;
margin: 1em auto 0;
}
.css-example-block h3 {
margin-bottom: 0.5em;
}
.css-example-block pre {
background: var(--base-3);
border: 1px solid var(--contrast-light);
border-radius: 8px;
padding: 0.8em 1em;
margin: 0 0 0.8em 0;
overflow-x: auto;
cursor: pointer;
font-size: 0.85em;
}
.css-example-block pre:hover {
border-color: var(--accent);
}
.css-example-block code {
font-family: 'SF Mono''Fira Code''Monaco'monospace;
}
.css-example-preview {
box-shadow: 0px 1px 15px 7px rgba(0000.04);
}
.colorblind-grid {
display: grid;
grid-template-columns: repeat(51fr);
gap: 1em;
max-width: 900px;
margin: 1em auto 0;
}
@media (max-width: 768px) {
.colorblind-grid {
grid-template-columns: repeat(21fr);
}
.colorblind-grid .colorblind-swatch:first-child {
grid-column: span 2;
}
}
.colorblind-swatch {
text-align: center;
}
.colorblind-swatch .swatch-color {
height: 80px;
margin-bottom: 0.5em;
box-shadow: 0px 1px 15px 7px rgba(0000.04);
}
.colorblind-swatch .swatch-label {
font-size: 0.9em;
}
.colorblind-swatch .swatch-hex {
font-size: 0.85em;
font-family: 'SF Mono''Fira Code''Monaco'monospace;
}
.colorblind-swatch .swatch-desc {
font-size: 0.65em;
margin-top: 0.2em;
}
>