Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.revel-blue {
color: #4a6a8c;
}
.polished-metal {
color: #809cb3;
}
.citrus-sachet {
color: #f1c5a7;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--revel-blue:#4a6a8c;
--polished-metal:#809cb3;
--citrus-sachet:#f1c5a7;
--halt-and-catch-fire:#ff6933;
}