Color names in this palette
CSS code for this palette
/* CSS */
.xanthic {
color: #f8e61b;
}
.creamy-sweet-corn {
color: #f9c34e;
}
.tan-hide {
color: #f9a05d;
}
.breeze-of-chilli {
color: #f86d6d;
}
.pastel-strawberry {
color: #f34f4f;
}
/* CSS Variables */
:root {
--xanthic:#f8e61b;
--creamy-sweet-corn:#f9c34e;
--tan-hide:#f9a05d;
--breeze-of-chilli:#f86d6d;
--pastel-strawberry:#f34f4f;
}