Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.hibiscus-petal {
color: #f1a7ae;
}
.chic-peach {
color: #f0d0c7;
}
.durango-dust {
color: #f9e19f;
}
.mint-cocktail-green {
color: #b3e0b2;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--hibiscus-petal:#f1a7ae;
--chic-peach:#f0d0c7;
--durango-dust:#f9e19f;
--mint-cocktail-green:#b3e0b2;
}