Color names in this palette
CSS code for this palette
/* CSS */
.navy-trim {
color: #1e3962;
}
.sea-urchin {
color: #397d84;
}
.artesian-well {
color: #5db6a7;
}
.westfall-yellow {
color: #f9d44e;
}
.breeze-of-chilli {
color: #f26e70;
}
/* CSS Variables */
:root {
--navy-trim:#1e3962;
--sea-urchin:#397d84;
--artesian-well:#5db6a7;
--westfall-yellow:#f9d44e;
--breeze-of-chilli:#f26e70;
}