Color names in this palette
CSS code for this palette
/* CSS */
.greenella {
color: #5d8979;
}
.raindrop {
color: #9fc6c1;
}
.pale-chamois {
color: #efe4d7;
}
.butter-cupcake {
color: #fddc9b;
}
.lively-coral {
color: #e57b7b;
}
/* CSS Variables */
:root {
--greenella:#5d8979;
--raindrop:#9fc6c1;
--pale-chamois:#efe4d7;
--butter-cupcake:#fddc9b;
--lively-coral:#e57b7b;
}