Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.sundried-tomato {
color: #6a2929;
}
.shady-character {
color: #4c4c4d;
}
.sunny-mood {
color: #f7c94b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--sundried-tomato:#6a2929;
--shady-character:#4c4c4d;
--sunny-mood:#f7c94b;
--grapefruit-pulp:#ff6e61;
}