Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f7b5a6;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.calla {
color: #f2e0b5;
}
.everest {
color: #a2e6e2;
}
.bright-ube {
color: #d4a1e2;
}
/* CSS Variables */
:root {
--just-blush:#f7b5a6;
--antique-wicker-basket:#f6d2a2;
--calla:#f2e0b5;
--everest:#a2e6e2;
--bright-ube:#d4a1e2;
}