Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.pale-banana {
color: #f6e48e;
}
.sour-candy {
color: #69af4b;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--pale-banana:#f6e48e;
--sour-candy:#69af4b;
--clear-chill:#1f8fff;
}