Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #ffccd8;
}
.peach-schnapps {
color: #ffdbd6;
}
.french-manicure {
color: #ffe4db;
}
.silky-tofu {
color: #fff6e5;
}
.buttered-popcorn {
color: #fff2a8;
}
/* CSS Variables */
:root {
--flower-spell:#ffccd8;
--peach-schnapps:#ffdbd6;
--french-manicure:#ffe4db;
--silky-tofu:#fff6e5;
--buttered-popcorn:#fff2a8;
}