Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.deep-daijin-blue {
color: #390ca1;
}
.moth-orchid {
color: #d1006c;
}
.verditer {
color: #00b3a7;
}
.elegant-white {
color: #f5f0e0;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--deep-daijin-blue:#390ca1;
--moth-orchid:#d1006c;
--verditer:#00b3a7;
--elegant-white:#f5f0e0;
}