Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.fireflies {
color: #f6d8a7;
}
.soft-butter {
color: #f4e2b8;
}
.vast-sky {
color: #a8c9d7;
}
.blue-antarctic {
color: #4b789b;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--fireflies:#f6d8a7;
--soft-butter:#f4e2b8;
--vast-sky:#a8c9d7;
--blue-antarctic:#4b789b;
}