Color names in this palette
CSS code for this palette
/* CSS */
.pixieland {
color: #b2a4c6;
}
.eau-de-rose {
color: #e4b9d3;
}
.comical-coral {
color: #f3d2c9;
}
.zing {
color: #f9c57b;
}
.bergamot-orange {
color: #f69e5a;
}
/* CSS Variables */
:root {
--pixieland:#b2a4c6;
--eau-de-rose:#e4b9d3;
--comical-coral:#f3d2c9;
--zing:#f9c57b;
--bergamot-orange:#f69e5a;
}