Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.coelin-blue {
color: #4b7e95;
}
.mr-frosty {
color: #a4c7db;
}
.light-ginger-yellow {
color: #f7d28d;
}
.flame {
color: #e05a29;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--coelin-blue:#4b7e95;
--mr-frosty:#a4c7db;
--light-ginger-yellow:#f7d28d;
--flame:#e05a29;
}