Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.golden-glow {
color: #f9d57b;
}
.storm-lightning {
color: #fbe79d;
}
.dandelion-whisper {
color: #fdf1b4;
}
.sh-z-ch-ng-persimmon {
color: #e5a134;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--golden-glow:#f9d57b;
--storm-lightning:#fbe79d;
--dandelion-whisper:#fdf1b4;
--sh-z-ch-ng-persimmon:#e5a134;
}