Color names in this palette
CSS code for this palette
/* CSS */
.refreshing-pool {
color: #b8e5e5;
}
.sweet-angel {
color: #f2c7ba;
}
.candlelight-peach {
color: #f9a59f;
}
.miami-marmalade {
color: #f78d1d;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--refreshing-pool:#b8e5e5;
--sweet-angel:#f2c7ba;
--candlelight-peach:#f9a59f;
--miami-marmalade:#f78d1d;
--mandarin-red:#e74d3c;
}