Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.rajah {
color: #f9ab5d;
}
.s-l-i-orange {
color: #f98348;
}
.crumbly-lipstick {
color: #f15bb5;
}
.lustful-wishes {
color: #c83c9c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--rajah:#f9ab5d;
--s-l-i-orange:#f98348;
--crumbly-lipstick:#f15bb5;
--lustful-wishes:#c83c9c;
}