Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sorreno-lemon {
color: #f5ce5c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.troll-slayer-orange {
color: #f7a44b;
}
.bitter-orange {
color: #d57a2a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sorreno-lemon:#f5ce5c;
--maximum-yellow-red:#f1b74b;
--troll-slayer-orange:#f7a44b;
--bitter-orange:#d57a2a;
}