Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.deep-water {
color: #2a6f9d;
}
.lake-thun {
color: #4cb7e1;
}
.curry-bubbles {
color: #f5b800;
}
.sango-red {
color: #f86949;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--deep-water:#2a6f9d;
--lake-thun:#4cb7e1;
--curry-bubbles:#f5b800;
--sango-red:#f86949;
}