Color names in this palette
CSS code for this palette
/* CSS */
.5 {
color: #f9d68b;
}
.golden-corn {
color: #f2b573;
}
.day-at-the-zoo {
color: #ffa070;
}
.blush-hour {
color: #ff708d;
}
.fuchsia-fever {
color: #ff5c9d;
}
/* CSS Variables */
:root {
--5:#f9d68b;
--golden-corn:#f2b573;
--day-at-the-zoo:#ffa070;
--blush-hour:#ff708d;
--fuchsia-fever:#ff5c9d;
}