Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.mango-orange {
color: #ff8d5c;
}
.common-dandelion {
color: #ffd65c;
}
.blue-genie {
color: #6c5cff;
}
.stellar-strawberry {
color: #ff5c8d;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--mango-orange:#ff8d5c;
--common-dandelion:#ffd65c;
--blue-genie:#6c5cff;
--stellar-strawberry:#ff5c8d;
}