Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.coastal-foam {
color: #b3e6c9;
}
.belyi-white {
color: #f0f3e2;
}
.tuscan {
color: #f9d6a9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--coastal-foam:#b3e6c9;
--belyi-white:#f0f3e2;
--tuscan:#f9d6a9;
--apricot-glazed-chicken:#f5a524;
}