Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a2c2e7;
}
.caribbean-sky {
color: #7e9cc8;
}
.amazonian-orchid {
color: #a57e9c;
}
.mellow-rose {
color: #d8a2a2;
}
.ibis {
color: #f2b5c0;
}
/* CSS Variables */
:root {
--sky-high:#a2c2e7;
--caribbean-sky:#7e9cc8;
--amazonian-orchid:#a57e9c;
--mellow-rose:#d8a2a2;
--ibis:#f2b5c0;
}