Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-smoothie {
color: #e59fa6;
}
.allspice {
color: #f8c9aa;
}
.custard-puff {
color: #fcedb0;
}
.viridine-green {
color: #c8e1a8;
}
.ice-crystal-blue {
color: #a6e2df;
}
/* CSS Variables */
:root {
--strawberry-smoothie:#e59fa6;
--allspice:#f8c9aa;
--custard-puff:#fcedb0;
--viridine-green:#c8e1a8;
--ice-crystal-blue:#a6e2df;
}