Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.cape-jasmine {
color: #ffb85c;
}
.lemon-twist {
color: #ffd95c;
}
.ineffable-green {
color: #6af1b2;
}
.blue-grotto {
color: #4fa0cf;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--cape-jasmine:#ffb85c;
--lemon-twist:#ffd95c;
--ineffable-green:#6af1b2;
--blue-grotto:#4fa0cf;
}