Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.mallorca-blue {
color: #4f8096;
}
.pond-blue {
color: #8cb6c5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--mallorca-blue:#4f8096;
--pond-blue:#8cb6c5;
--creamy-sweet-corn:#f9c54e;
--poppy-red:#e63746;
}