Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-oasis {
color: #2b6f91;
}
.blue-tourmaline {
color: #4a9ccf;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.salsa-sizzle {
color: #f07b3d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-oasis:#2b6f91;
--blue-tourmaline:#4a9ccf;
--creamy-sweet-corn:#f9c54e;
--salsa-sizzle:#f07b3d;
}