Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f3b1a5;
}
.whipped-peach {
color: #f9cbae;
}
.gold-thread {
color: #fce8b0;
}
.yucca-cream {
color: #a3d7c9;
}
.coolbox-ice-turquoise {
color: #4d9d9b;
}
/* CSS Variables */
:root {
--first-date:#f3b1a5;
--whipped-peach:#f9cbae;
--gold-thread:#fce8b0;
--yucca-cream:#a3d7c9;
--coolbox-ice-turquoise:#4d9d9b;
}