Color names in this palette
CSS code for this palette
/* CSS */
.cherry-pearl {
color: #f8e8f7;
}
.creamy-strawberry {
color: #fbd5df;
}
.country-lane {
color: #fdead3;
}
.ringlet {
color: #fbedbc;
}
.tuft-bush {
color: #f9d0be;
}
/* CSS Variables */
:root {
--cherry-pearl:#f8e8f7;
--creamy-strawberry:#fbd5df;
--country-lane:#fdead3;
--ringlet:#fbedbc;
--tuft-bush:#f9d0be;
}