Color names in this palette
CSS code for this palette
/* CSS */
.holiday-camp {
color: #6d9c7b;
}
.eerie-glow {
color: #a7d7b8;
}
.snow-ballet {
color: #dff1e8;
}
.peaceful-rain {
color: #f1f8f4;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--holiday-camp:#6d9c7b;
--eerie-glow:#a7d7b8;
--snow-ballet:#dff1e8;
--peaceful-rain:#f1f8f4;
--marigold-dust:#f4cf3e;
}