Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.gilded {
color: #f5df51;
}
.sour-candy {
color: #69af4b;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--gilded:#f5df51;
--sour-candy:#69af4b;
--clear-chill:#1f8fff;
}