Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.sun-dust {
color: #f5e0a3;
}
.jasper {
color: #d83b40;
}
.lavender-dust {
color: #c5c3d0;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--gemini-mustard-momento:#f9a34e;
--sun-dust:#f5e0a3;
--jasper:#d83b40;
--lavender-dust:#c5c3d0;
}