Color names in this palette
CSS code for this palette
/* CSS */
.rubylicious {
color: #da1b5e;
}
.strawberry-pink {
color: #f26e7f;
}
.roseberry {
color: #f2a6a1;
}
.oyster-bisque {
color: #f2e4b1;
}
.lime-lizard {
color: #a3d65c;
}
/* CSS Variables */
:root {
--rubylicious:#da1b5e;
--strawberry-pink:#f26e7f;
--roseberry:#f2a6a1;
--oyster-bisque:#f2e4b1;
--lime-lizard:#a3d65c;
}