Color names in this palette
CSS code for this palette
/* CSS */
.traffic-yellow {
color: #fedd39;
}
.neon-light {
color: #fede5d;
}
.spirited-yellow {
color: #fedc81;
}
.essentially-bright {
color: #fedd9f;
}
.peaceful-peach {
color: #feddcd;
}
/* CSS Variables */
:root {
--traffic-yellow:#fedd39;
--neon-light:#fede5d;
--spirited-yellow:#fedc81;
--essentially-bright:#fedd9f;
--peaceful-peach:#feddcd;
}