Color names in this palette
CSS code for this palette
/* CSS */
.caulerpa-lentillifera {
color: #5c9d9a;
}
.smooth-satin {
color: #a2d8d2;
}
.yellow-chalk {
color: #f3f7b1;
}
.peach-bud {
color: #f9b1ae;
}
.juicy-details {
color: #d67c7a;
}
/* CSS Variables */
:root {
--caulerpa-lentillifera:#5c9d9a;
--smooth-satin:#a2d8d2;
--yellow-chalk:#f3f7b1;
--peach-bud:#f9b1ae;
--juicy-details:#d67c7a;
}