Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.almond-cream {
color: #f5c19e;
}
.bone-white {
color: #f2e2b0;
}
.green-trance {
color: #a2d8a3;
}
.ocean-tropic {
color: #6ba8d1;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--almond-cream:#f5c19e;
--bone-white:#f2e2b0;
--green-trance:#a2d8a3;
--ocean-tropic:#6ba8d1;
}