Color names in this palette
CSS code for this palette
/* CSS */
.four-leaf-clover {
color: #6e8b5b;
}
.dentist-green {
color: #9acf8c;
}
.ice-cold-green {
color: #d8e9af;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.slice-of-watermelon {
color: #e36879;
}
/* CSS Variables */
:root {
--four-leaf-clover:#6e8b5b;
--dentist-green:#9acf8c;
--ice-cold-green:#d8e9af;
--deep-fried-sun-rays:#f4c65d;
--slice-of-watermelon:#e36879;
}