Color names in this palette
CSS code for this palette
/* CSS */
.blue-tribute {
color: #a9b9c7;
}
.moon-goddess {
color: #cfc6d7;
}
.sweet-lilac {
color: #e8b5d0;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.monarch-gold {
color: #b57c3b;
}
/* CSS Variables */
:root {
--blue-tribute:#a9b9c7;
--moon-goddess:#cfc6d7;
--sweet-lilac:#e8b5d0;
--enjoyable-yellow:#f6d6a7;
--monarch-gold:#b57c3b;
}