Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.lochmara {
color: #2e6c9e;
}
.lake-thun {
color: #4cb7e1;
}
.majestic-treasures {
color: #f1e8a2;
}
.ornery-tangerine {
color: #f67e23;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--lochmara:#2e6c9e;
--lake-thun:#4cb7e1;
--majestic-treasures:#f1e8a2;
--ornery-tangerine:#f67e23;
}