Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c8e0;
}
.debutante-ball {
color: #6e8bb9;
}
.lime-lizard {
color: #a3d55d;
}
.exciting-orange {
color: #f2b178;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c8e0;
--debutante-ball:#6e8bb9;
--lime-lizard:#a3d55d;
--exciting-orange:#f2b178;
--grapefruit-pulp:#ff6e61;
}