Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.mellow-flower {
color: #f0e0e9;
}
.tuft-bush {
color: #f9d2be;
}
.surprise-amber {
color: #f2b778;
}
.mellow-rose {
color: #d8a2a2;
}
/* CSS Variables */
:root {
--white:#ffffff;
--mellow-flower:#f0e0e9;
--tuft-bush:#f9d2be;
--surprise-amber:#f2b778;
--mellow-rose:#d8a2a2;
}