Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.jazz-age-coral {
color: #f1c0b1;
}
.buttery-croissant {
color: #f6e19d;
}
.opal-turquoise {
color: #95d0c2;
}
.blue-chill {
color: #3b8b8c;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--jazz-age-coral:#f1c0b1;
--buttery-croissant:#f6e19d;
--opal-turquoise:#95d0c2;
--blue-chill:#3b8b8c;
}