Color names in this palette
CSS code for this palette
/* CSS */
.cameleer {
color: #e4b05e;
}
.overjoy {
color: #f1c55f;
}
.rapunzel {
color: #f5da7f;
}
.september-sun {
color: #fcd8a1;
}
.sunset-peach {
color: #f5a67f;
}
/* CSS Variables */
:root {
--cameleer:#e4b05e;
--overjoy:#f1c55f;
--rapunzel:#f5da7f;
--september-sun:#fcd8a1;
--sunset-peach:#f5a67f;
}