Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.pierogi {
color: #f4d68a;
}
.sun-dust {
color: #f9e0a4;
}
.ode-to-green {
color: #b9e4d9;
}
.guilliman-blue {
color: #6ca0ef;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--pierogi:#f4d68a;
--sun-dust:#f9e0a4;
--ode-to-green:#b9e4d9;
--guilliman-blue:#6ca0ef;
}