Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.cactus-blooms {
color: #f5c79e;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
.green-trance {
color: #a7d7a8;
}
.sanctuary-spa {
color: #5faee3;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--cactus-blooms:#f5c79e;
--cr-me-de-la-cr-me:#f2e8b5;
--green-trance:#a7d7a8;
--sanctuary-spa:#5faee3;
}