Color names in this palette
CSS code for this palette
/* CSS */
.dupain {
color: #5a9fba;
}
.lucerne {
color: #7abe79;
}
.sunny-mood {
color: #f7c94b;
}
.sh-z-ch-ng-persimmon {
color: #e3a135;
}
.flint-corn-red {
color: #d9613f;
}
/* CSS Variables */
:root {
--dupain:#5a9fba;
--lucerne:#7abe79;
--sunny-mood:#f7c94b;
--sh-z-ch-ng-persimmon:#e3a135;
--flint-corn-red:#d9613f;
}