Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.terrace-pool {
color: #a2d5e2;
}
.high-plateau {
color: #e4b57c;
}
.just-peachy {
color: #f7c278;
}
.christmas-orange {
color: #d76b28;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--terrace-pool:#a2d5e2;
--high-plateau:#e4b57c;
--just-peachy:#f7c278;
--christmas-orange:#d76b28;
}