Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.buster {
color: #3f4c69;
}
.menacing-clouds {
color: #69788c;
}
.perennial-blue {
color: #a5bad5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--buster:#3f4c69;
--menacing-clouds:#69788c;
--perennial-blue:#a5bad5;
--apricot-glazed-chicken:#f5a524;
}