Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #7dc8e3;
}
.expressionism-green {
color: #5abf9a;
}
.baby-cake {
color: #85c1a1;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--big-chill:#7dc8e3;
--expressionism-green:#5abf9a;
--baby-cake:#85c1a1;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}