Color names in this palette
CSS code for this palette
/* CSS */
.spring-rain {
color: #a4bc9f;
}
.meadow-grass {
color: #c2d8b0;
}
.schabziger-green {
color: #e2e5b8;
}
.enjoyable-yellow {
color: #f4d6a9;
}
.great-dane {
color: #d1a36b;
}
/* CSS Variables */
:root {
--spring-rain:#a4bc9f;
--meadow-grass:#c2d8b0;
--schabziger-green:#e2e5b8;
--enjoyable-yellow:#f4d6a9;
--great-dane:#d1a36b;
}