Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.indian-clay {
color: #f3cebf;
}
.banana-yogurt {
color: #f9e8b4;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.greek-sea {
color: #6ca4e0;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--indian-clay:#f3cebf;
--banana-yogurt:#f9e8b4;
--touch-of-turquoise:#a2d7cf;
--greek-sea:#6ca4e0;
}