Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3e6b8e;
}
.pacific-harbour {
color: #78b7d9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3e6b8e;
--pacific-harbour:#78b7d9;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}