Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.oceanic {
color: #4f6c82;
}
.rest-assured {
color: #9cc2c9;
}
.xanthous {
color: #f2b231;
}
.glazed-carrot {
color: #e86e2c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--oceanic:#4f6c82;
--rest-assured:#9cc2c9;
--xanthous:#f2b231;
--glazed-carrot:#e86e2c;
}