Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f16f6f;
}
.y-ng-ch-ng-orange {
color: #f1a241;
}
.basket-of-gold {
color: #f1d03b;
}
.patina-green {
color: #b6e7b1;
}
.sanctuary-spa {
color: #6bb1e6;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f16f6f;
--y-ng-ch-ng-orange:#f1a241;
--basket-of-gold:#f1d03b;
--patina-green:#b6e7b1;
--sanctuary-spa:#6bb1e6;
}