Color names in this palette
CSS code for this palette
/* CSS */
.green-silk {
color: #a4c1b1;
}
.sky-splash {
color: #c8d5d4;
}
.adorable {
color: #e2bdb1;
}
.powder-blush {
color: #d5988b;
}
.delhi-spice {
color: #a76c6c;
}
/* CSS Variables */
:root {
--green-silk:#a4c1b1;
--sky-splash:#c8d5d4;
--adorable:#e2bdb1;
--powder-blush:#d5988b;
--delhi-spice:#a76c6c;
}