Color names in this palette
CSS code for this palette
/* CSS */
.curious-chipmunk {
color: #dabda4;
}
.honey-tone {
color: #f9d99a;
}
.radiant-sun {
color: #f3ca4f;
}
.mellowed-gold {
color: #e4a84e;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--curious-chipmunk:#dabda4;
--honey-tone:#f9d99a;
--radiant-sun:#f3ca4f;
--mellowed-gold:#e4a84e;
--mystic-tulip:#f7b7a1;
}