Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.star-sapphire {
color: #3b6d9b;
}
.disembark {
color: #5bb6d7;
}
.fresh-pineapple {
color: #f2d450;
}
.hot-coral {
color: #f25a50;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--star-sapphire:#3b6d9b;
--disembark:#5bb6d7;
--fresh-pineapple:#f2d450;
--hot-coral:#f25a50;
}