Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.peach-bud {
color: #f9b3ae;
}
.lemon-meringue {
color: #f5e399;
}
.extreme-yellow {
color: #ffb829;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--peach-bud:#f9b3ae;
--lemon-meringue:#f5e399;
--extreme-yellow:#ffb829;
--sweet-lilac:#eab8d1;
}