Color names in this palette
CSS code for this palette
/* CSS */
.full-of-life {
color: #da5f2b;
}
.chat-orange {
color: #f99f3e;
}
.snug-yellow {
color: #fcda7e;
}
.dandelion-whisper {
color: #fef3b4;
}
.nanohanacha-gold {
color: #e5b334;
}
/* CSS Variables */
:root {
--full-of-life:#da5f2b;
--chat-orange:#f99f3e;
--snug-yellow:#fcda7e;
--dandelion-whisper:#fef3b4;
--nanohanacha-gold:#e5b334;
}