Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.candlelight-peach {
color: #f8a3a0;
}
.mint-cocktail-green {
color: #b8e2b6;
}
.may-day {
color: #4ccdc4;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--candlelight-peach:#f8a3a0;
--mint-cocktail-green:#b8e2b6;
--may-day:#4ccdc4;
--azure-tide:#2a9d90;
}