Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f3a0b7;
}
.yellow-tulip {
color: #f5d06b;
}
.glenwood-green {
color: #a4d5b9;
}
.xavier-blue {
color: #6fb1e7;
}
.bubblegum {
color: #e75f74;
}
/* CSS Variables */
:root {
--emperor-s-children:#f3a0b7;
--yellow-tulip:#f5d06b;
--glenwood-green:#a4d5b9;
--xavier-blue:#6fb1e7;
--bubblegum:#e75f74;
}