Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #7dc8e3;
}
.exit-light {
color: #4bc22e;
}
.welcoming-wasp {
color: #f0a800;
}
.breeze-of-chilli {
color: #f26e70;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--big-chill:#7dc8e3;
--exit-light:#4bc22e;
--welcoming-wasp:#f0a800;
--breeze-of-chilli:#f26e70;
--orangeade:#e04f38;
}