Color names in this palette
CSS code for this palette
/* CSS */
.little-baby-girl {
color: #f9b9d3;
}
.lazy-daisy {
color: #f9eaa4;
}
.overtone {
color: #a9e5b6;
}
.tall-waves {
color: #5f9ace;
}
.lively-coral {
color: #e6797d;
}
/* CSS Variables */
:root {
--little-baby-girl:#f9b9d3;
--lazy-daisy:#f9eaa4;
--overtone:#a9e5b6;
--tall-waves:#5f9ace;
--lively-coral:#e6797d;
}