Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1e8cfa;
}
.vegetation {
color: #57d68c;
}
.cakepop-sorbet {
color: #f8c749;
}
.breeze-of-chilli {
color: #f76e6e;
}
.radiant-orchid {
color: #a6599a;
}
/* CSS Variables */
:root {
--clear-chill:#1e8cfa;
--vegetation:#57d68c;
--cakepop-sorbet:#f8c749;
--breeze-of-chilli:#f76e6e;
--radiant-orchid:#a6599a;
}