Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.sail-away {
color: #51b4e1;
}
.green-parakeet {
color: #7bd5c0;
}
.basil-smash {
color: #b3e7a2;
}
.aspen-yellow {
color: #f7e0a1;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--sail-away:#51b4e1;
--green-parakeet:#7bd5c0;
--basil-smash:#b3e7a2;
--aspen-yellow:#f7e0a1;
}