Color names in this palette
CSS code for this palette
/* CSS */
.winter-lakes {
color: #6193d1;
}
.myrtle-flower {
color: #a4b1e0;
}
.italian-fitch {
color: #d0c8e5;
}
.honey-tone {
color: #f9d99a;
}
.obstinate-orange {
color: #d65d29;
}
/* CSS Variables */
:root {
--winter-lakes:#6193d1;
--myrtle-flower:#a4b1e0;
--italian-fitch:#d0c8e5;
--honey-tone:#f9d99a;
--obstinate-orange:#d65d29;
}