Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.peach-damask {
color: #f6c7a7;
}
.antique-cameo {
color: #f1b8a2;
}
.beautiful-dream {
color: #b4c4e4;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--peach-damask:#f6c7a7;
--antique-cameo:#f1b8a2;
--beautiful-dream:#b4c4e4;
--bright-khaki:#f0e78e;
}