Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.ice-cream-parlour {
color: #f8d5af;
}
.lazy-daisy {
color: #f9eaa4;
}
.witty-green {
color: #b3d99b;
}
.tanager-turquoise {
color: #8dd4e8;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--ice-cream-parlour:#f8d5af;
--lazy-daisy:#f9eaa4;
--witty-green:#b3d99b;
--tanager-turquoise:#8dd4e8;
}