Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f9cf6c;
}
.rajah {
color: #f9a65d;
}
.breeze-of-chilli {
color: #f26e70;
}
.khmer-curry {
color: #f05656;
}
.allura-red {
color: #f02d3a;
}
/* CSS Variables */
:root {
--bright-yarrow:#f9cf6c;
--rajah:#f9a65d;
--breeze-of-chilli:#f26e70;
--khmer-curry:#f05656;
--allura-red:#f02d3a;
}