Color names in this palette
CSS code for this palette
/* CSS */
.applesauce {
color: #f8d69b;
}
.lavender-candy {
color: #f6b1d6;
}
.medium-lavender-magenta {
color: #df99ff;
}
.indian-clay {
color: #f3cebf;
}
.sunset-peach {
color: #f9a980;
}
/* CSS Variables */
:root {
--applesauce:#f8d69b;
--lavender-candy:#f6b1d6;
--medium-lavender-magenta:#df99ff;
--indian-clay:#f3cebf;
--sunset-peach:#f9a980;
}