Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.imam-ali-gold {
color: #f9e39a;
}
.custard-puff {
color: #fcecb0;
}
.carona {
color: #f6a728;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--creamy-sweet-corn:#f9c54e;
--imam-ali-gold:#f9e39a;
--custard-puff:#fcecb0;
--carona:#f6a728;
}