Color names in this palette
CSS code for this palette
/* CSS */
.freesia-purple {
color: #b5b2d7;
}
.perennial-phlox {
color: #e7a6ae;
}
.midday {
color: #f5d88a;
}
.egyptian-gold {
color: #f1a650;
}
.spice-route {
color: #c16e4e;
}
/* CSS Variables */
:root {
--freesia-purple:#b5b2d7;
--perennial-phlox:#e7a6ae;
--midday:#f5d88a;
--egyptian-gold:#f1a650;
--spice-route:#c16e4e;
}