Color names in this palette
CSS code for this palette
/* CSS */
.sprinkled-with-pink {
color: #e8a1ae;
}
.jazz-age-coral {
color: #f2c1b1;
}
.antique-wicker-basket {
color: #f3d3a0;
}
.reviving-green {
color: #e6e094;
}
.cascade-green {
color: #9fc6b8;
}
/* CSS Variables */
:root {
--sprinkled-with-pink:#e8a1ae;
--jazz-age-coral:#f2c1b1;
--antique-wicker-basket:#f3d3a0;
--reviving-green:#e6e094;
--cascade-green:#9fc6b8;
}