Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.revel-blue {
color: #4a6c8c;
}
.frozen-lake {
color: #799cb4;
}
.tiny-mr-frosty {
color: #b7d1e6;
}
.child-of-light {
color: #f1f5f9;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--revel-blue:#4a6c8c;
--frozen-lake:#799cb4;
--tiny-mr-frosty:#b7d1e6;
--child-of-light:#f1f5f9;
}