Color names in this palette
CSS code for this palette
/* CSS */
.soba {
color: #d1b69f;
}
.my-love {
color: #e1c5a8;
}
.banana-ice-cream {
color: #f1d4b1;
}
.gentle-glow {
color: #f8e4b9;
}
.light-dedication {
color: #fce8d4;
}
/* CSS Variables */
:root {
--soba:#d1b69f;
--my-love:#e1c5a8;
--banana-ice-cream:#f1d4b1;
--gentle-glow:#f8e4b9;
--light-dedication:#fce8d4;
}