Color names in this palette
CSS code for this palette
/* CSS */
.blue-dude {
color: #4c5c94;
}
.marvellous {
color: #6b7fb3;
}
.myrtle-flower {
color: #9bb0e4;
}
.little-sun-dress {
color: #f4c862;
}
.mandarin-rind {
color: #f0933d;
}
/* CSS Variables */
:root {
--blue-dude:#4c5c94;
--marvellous:#6b7fb3;
--myrtle-flower:#9bb0e4;
--little-sun-dress:#f4c862;
--mandarin-rind:#f0933d;
}