Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.lake-stream {
color: #3f6b83;
}
.glacier {
color: #73b0c4;
}
.ginger-milk {
color: #f6a651;
}
.strawberry-avalanche {
color: #f04c3d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--lake-stream:#3f6b83;
--glacier:#73b0c4;
--ginger-milk:#f6a651;
--strawberry-avalanche:#f04c3d;
}