Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.first-peach {
color: #f4c8c8;
}
.trapunto {
color: #f6eab6;
}
.dingy-sticky-note {
color: #e8f6a2;
}
.mint-cocktail-green {
color: #b3e5b4;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--first-peach:#f4c8c8;
--trapunto:#f6eab6;
--dingy-sticky-note:#e8f6a2;
--mint-cocktail-green:#b3e5b4;
}