Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.emperor-s-children {
color: #f2a1b2;
}
.sweet-angel {
color: #f3c7b9;
}
.5 {
color: #f9d88b;
}
.troll-slayer-orange {
color: #f8a34f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--emperor-s-children:#f2a1b2;
--sweet-angel:#f3c7b9;
--5:#f9d88b;
--troll-slayer-orange:#f8a34f;
}