Color names in this palette
CSS code for this palette
/* CSS */
.royal-star {
color: #f9e24e;
}
.samoan-sun {
color: #f6ba41;
}
.creole-sauce {
color: #f38b30;
}
.glazed-carrot {
color: #e56b2e;
}
.crab-curry {
color: #d5492a;
}
/* CSS Variables */
:root {
--royal-star:#f9e24e;
--samoan-sun:#f6ba41;
--creole-sauce:#f38b30;
--glazed-carrot:#e56b2e;
--crab-curry:#d5492a;
}