Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.boat-house {
color: #4a8cbf;
}
.riviera-blue {
color: #66b3d6;
}
.cornflake {
color: #f0e68a;
}
.bergamot-orange {
color: #f6a05a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--boat-house:#4a8cbf;
--riviera-blue:#66b3d6;
--cornflake:#f0e68a;
--bergamot-orange:#f6a05a;
}