Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.aquatint {
color: #b8e5e0;
}
.ethereal-white {
color: #e7f1f3;
}
.james-blonde {
color: #f1e4b7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--aquatint:#b8e5e0;
--ethereal-white:#e7f1f3;
--james-blonde:#f1e4b7;
--apricot-glazed-chicken:#f5a524;
}