Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.misty-lawn {
color: #e1f9e3;
}
.privileged {
color: #f3ead8;
}
.rainbow {
color: #f5c2bc;
}
.mystic-tulip {
color: #f6b6a2;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--misty-lawn:#e1f9e3;
--privileged:#f3ead8;
--rainbow:#f5c2bc;
--mystic-tulip:#f6b6a2;
}