Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.certain-peach {
color: #f5b9a3;
}
.first-date {
color: #f8afa0;
}
.harmonious-rose {
color: #f79cba;
}
.little-bow-pink {
color: #d6809b;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--certain-peach:#f5b9a3;
--first-date:#f8afa0;
--harmonious-rose:#f79cba;
--little-bow-pink:#d6809b;
}