Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.boat-house {
color: #4e8dc1;
}
.kul-sharif-blue {
color: #80d5f9;
}
.rayo-de-sol {
color: #f5c056;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--boat-house:#4e8dc1;
--kul-sharif-blue:#80d5f9;
--rayo-de-sol:#f5c056;
--grapefruit-pulp:#ff6e61;
}