Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f8de5d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.carona {
color: #faa629;
}
.the-new-black {
color: #fa8500;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--dilly-dally:#f8de5d;
--creamy-sweet-corn:#f9c54e;
--carona:#faa629;
--the-new-black:#fa8500;
--tomato-frog:#f94346;
}