Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f5c6b2;
}
.vanilla-pudding {
color: #f9e66c;
}
.pismo-dunes {
color: #f6d7a2;
}
.pink-marshmallow {
color: #f1b6d1;
}
.smooth-satin {
color: #a2d8d2;
}
/* CSS Variables */
:root {
--coral-bisque:#f5c6b2;
--vanilla-pudding:#f9e66c;
--pismo-dunes:#f6d7a2;
--pink-marshmallow:#f1b6d1;
--smooth-satin:#a2d8d2;
}