Color names in this palette
CSS code for this palette
/* CSS */
.winter-time {
color: #3c8f9f;
}
.calabrese {
color: #f1a8a2;
}
.forsythia-blossom {
color: #f5d76b;
}
.pastel-lavender {
color: #d4a0c5;
}
.clear-mauve {
color: #7973b5;
}
/* CSS Variables */
:root {
--winter-time:#3c8f9f;
--calabrese:#f1a8a2;
--forsythia-blossom:#f5d76b;
--pastel-lavender:#d4a0c5;
--clear-mauve:#7973b5;
}