Color names in this palette
CSS code for this palette
/* CSS */
.cyprus-green {
color: #6b9e8a;
}
.green-silk {
color: #a4c6b1;
}
.china-doll {
color: #f1e4d5;
}
.just-peachy {
color: #f8c572;
}
.field-poppy {
color: #d86a3b;
}
/* CSS Variables */
:root {
--cyprus-green:#6b9e8a;
--green-silk:#a4c6b1;
--china-doll:#f1e4d5;
--just-peachy:#f8c572;
--field-poppy:#d86a3b;
}