Color names in this palette
CSS code for this palette
/* CSS */
.gentle-doe {
color: #e6b694;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.dainty-peach {
color: #ffcdb8;
}
.washed-out-crimson {
color: #ffb4a8;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--gentle-doe:#e6b694;
--la-vie-en-rose:#d4a5a5;
--dainty-peach:#ffcdb8;
--washed-out-crimson:#ffb4a8;
--kisses-and-hugs:#ff667d;
}