Color names in this palette
CSS code for this palette
/* CSS */
.soft-purple {
color: #a26dba;
}
.copper-river {
color: #f3a36d;
}
.durango-dust {
color: #fce4a1;
}
.snow-pea {
color: #6dd078;
}
.winter-lakes {
color: #5992d4;
}
/* CSS Variables */
:root {
--soft-purple:#a26dba;
--copper-river:#f3a36d;
--durango-dust:#fce4a1;
--snow-pea:#6dd078;
--winter-lakes:#5992d4;
}