Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.light-skyway {
color: #c3e2e9;
}
.chef-s-hat {
color: #f2f4f7;
}
.westfall-yellow {
color: #f9d64e;
}
.peach-butter {
color: #fbab3c;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--light-skyway:#c3e2e9;
--chef-s-hat:#f2f4f7;
--westfall-yellow:#f9d64e;
--peach-butter:#fbab3c;
}