Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.aquarium-blue {
color: #65cdaa;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--aquarium-blue:#65cdaa;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--lusty-gallant:#ffcdcc;
}