Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2d6a8f;
}
.tall-waves {
color: #5d9ec6;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2d6a8f;
--tall-waves:#5d9ec6;
--atmospheric-soft-blue:#a8e2f0;
--creamy-sweet-corn:#f9c54e;
}