Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #2f8bc1;
}
.sea-serpent {
color: #4dc2d1;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--christmas-blue:#2f8bc1;
--sea-serpent:#4dc2d1;
--ice-crystal-blue:#a4e5e2;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}