Color names in this palette
CSS code for this palette
/* CSS */
.dream-land {
color: #e9b4e4;
}
.jazz-age-coral {
color: #f0c2b2;
}
.storm-lightning {
color: #f9e59f;
}
.overtone {
color: #a5e3b7;
}
.fiesta-blue {
color: #70c2b4;
}
/* CSS Variables */
:root {
--dream-land:#e9b4e4;
--jazz-age-coral:#f0c2b2;
--storm-lightning:#f9e59f;
--overtone:#a5e3b7;
--fiesta-blue:#70c2b4;
}