Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c92;
}
.cape-jasmine {
color: #ffb85c;
}
.vanilla-pudding {
color: #f9df6c;
}
.heisenberg-blue {
color: #77d8f3;
}
.fennel-flower {
color: #6b9cff;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c92;
--cape-jasmine:#ffb85c;
--vanilla-pudding:#f9df6c;
--heisenberg-blue:#77d8f3;
--fennel-flower:#6b9cff;
}