Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.pottery-urn {
color: #aa886e;
}
.skydiving {
color: #c5d6d8;
}
.cheeky-chestnut {
color: #794d39;
}
.orange-canyon {
color: #ffd1a3;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--pottery-urn:#aa886e;
--skydiving:#c5d6d8;
--cheeky-chestnut:#794d39;
--orange-canyon:#ffd1a3;
}