Color names in this palette
CSS code for this palette
/* CSS */
.french-bustle {
color: #f3d5d3;
}
.ivory-oats {
color: #f7e4c0;
}
.marvelous-magic {
color: #e1c7d7;
}
.serendipity {
color: #bae3da;
}
.mixed-fruit {
color: #f7bab0;
}
/* CSS Variables */
:root {
--french-bustle:#f3d5d3;
--ivory-oats:#f7e4c0;
--marvelous-magic:#e1c7d7;
--serendipity:#bae3da;
--mixed-fruit:#f7bab0;
}