Color names in this palette
CSS code for this palette
/* CSS */
.como {
color: #4b7c5e;
}
.grand-valley {
color: #8bbf7d;
}
.celery-root {
color: #d4e4b9;
}
.deep-fried-sun-rays {
color: #f5c75c;
}
.clarified-butter {
color: #e99d2b;
}
/* CSS Variables */
:root {
--como:#4b7c5e;
--grand-valley:#8bbf7d;
--celery-root:#d4e4b9;
--deep-fried-sun-rays:#f5c75c;
--clarified-butter:#e99d2b;
}