Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.yellow-tulip {
color: #f6d16a;
}
.imam-ali-gold {
color: #f9e19a;
}
.curry-bubbles {
color: #f5b800;
}
.yellow-of-izamal {
color: #ebb000;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--yellow-tulip:#f6d16a;
--imam-ali-gold:#f9e19a;
--curry-bubbles:#f5b800;
--yellow-of-izamal:#ebb000;
}