Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.sunset-cruise {
color: #fbbe93;
}
.forsythia-blossom {
color: #f9d66c;
}
.iced-celery {
color: #e1e8b5;
}
.aqua-island {
color: #a1d9d8;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--sunset-cruise:#fbbe93;
--forsythia-blossom:#f9d66c;
--iced-celery:#e1e8b5;
--aqua-island:#a1d9d8;
}