Color names in this palette
CSS code for this palette
/* CSS */
.dancing-daisy {
color: #f3c758;
}
.green-trance {
color: #a6d9a7;
}
.pink-eraser {
color: #f29d9c;
}
.blackberry-yogurt {
color: #e3b5e3;
}
.tanager-turquoise {
color: #8bd9e9;
}
/* CSS Variables */
:root {
--dancing-daisy:#f3c758;
--green-trance:#a6d9a7;
--pink-eraser:#f29d9c;
--blackberry-yogurt:#e3b5e3;
--tanager-turquoise:#8bd9e9;
}