Color names in this palette
CSS code for this palette
/* CSS */
.sugar-cookie {
color: #f0e2a3;
}
.certain-peach {
color: #f5b9a3;
}
.dreamsicle {
color: #f6d6c1;
}
.child-s-play {
color: #e7b6d8;
}
.bright-ube {
color: #d4a2e6;
}
/* CSS Variables */
:root {
--sugar-cookie:#f0e2a3;
--certain-peach:#f5b9a3;
--dreamsicle:#f6d6c1;
--child-s-play:#e7b6d8;
--bright-ube:#d4a2e6;
}