Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.sandy-bay {
color: #f9dab4;
}
.dandelion-whisper {
color: #fef3b4;
}
.light-curd {
color: #f9e9c8;
}
.sunset-over-the-alps {
color: #ffab8a;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--sandy-bay:#f9dab4;
--dandelion-whisper:#fef3b4;
--light-curd:#f9e9c8;
--sunset-over-the-alps:#ffab8a;
}