Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f5d45c;
}
.rajah {
color: #f9a85d;
}
.moegi-green {
color: #f38e6d;
}
.love-letter {
color: #e3648e;
}
.pretty-in-plum {
color: #d35a8a;
}
/* CSS Variables */
:root {
--wake-me-up:#f5d45c;
--rajah:#f9a85d;
--moegi-green:#f38e6d;
--love-letter:#e3648e;
--pretty-in-plum:#d35a8a;
}