Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f9a79f;
}
.sunday-best {
color: #fbc6c6;
}
.cookie {
color: #ffe1b8;
}
.mint-cocktail-green {
color: #b2e0b3;
}
.terrace-pool {
color: #a1d6e2;
}
/* CSS Variables */
:root {
--candlelight-peach:#f9a79f;
--sunday-best:#fbc6c6;
--cookie:#ffe1b8;
--mint-cocktail-green:#b2e0b3;
--terrace-pool:#a1d6e2;
}