Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b2d8;
}
.petal-plush {
color: #d7a5ee;
}
.spinnaker {
color: #a3e0e0;
}
.maya-blue {
color: #77c4f8;
}
.venetian-yellow {
color: #f8e2a0;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b2d8;
--petal-plush:#d7a5ee;
--spinnaker:#a3e0e0;
--maya-blue:#77c4f8;
--venetian-yellow:#f8e2a0;
}