Color names in this palette
CSS code for this palette
/* CSS */
.immortelle-yellow {
color: #d3a20d;
}
.xanthous {
color: #f3b32b;
}
.anna-banana {
color: #f4d143;
}
.canola-oil {
color: #f6ed79;
}
.casino-lights {
color: #f9f8b4;
}
/* CSS Variables */
:root {
--immortelle-yellow:#d3a20d;
--xanthous:#f3b32b;
--anna-banana:#f4d143;
--canola-oil:#f6ed79;
--casino-lights:#f9f8b4;
}