Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b2027;
}
.jazz-age-blues {
color: #3b4a6d;
}
.wedgewood {
color: #4b6b86;
}
.florida-turquoise {
color: #6eb9b2;
}
.cornsilk-yellow {
color: #f5c670;
}
/* CSS Variables */
:root {
--coarse-wool:#1b2027;
--jazz-age-blues:#3b4a6d;
--wedgewood:#4b6b86;
--florida-turquoise:#6eb9b2;
--cornsilk-yellow:#f5c670;
}