Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.rainy-lake {
color: #3b6a8c;
}
.artesian-well {
color: #5cb2b2;
}
.mocha-dandelion {
color: #f2d86e;
}
.citrus-blast {
color: #e27b3c;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--rainy-lake:#3b6a8c;
--artesian-well:#5cb2b2;
--mocha-dandelion:#f2d86e;
--citrus-blast:#e27b3c;
}