Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.delft {
color: #3f5c8d;
}
.middle-blue {
color: #7dd2e3;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--delft:#3f5c8d;
--middle-blue:#7dd2e3;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}