Color names in this palette
CSS code for this palette
/* CSS */
.blue-grotto {
color: #4c9ec8;
}
.malibu {
color: #6ab8e2;
}
.tanager-turquoise {
color: #8bd9e9;
}
.icy-wind {
color: #d3f3f0;
}
.soft-pillow {
color: #fef5e7;
}
/* CSS Variables */
:root {
--blue-grotto:#4c9ec8;
--malibu:#6ab8e2;
--tanager-turquoise:#8bd9e9;
--icy-wind:#d3f3f0;
--soft-pillow:#fef5e7;
}