Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.calabrese {
color: #f1a8a2;
}
.fuscia-fizz {
color: #b76c96;
}
.emperor-jewel {
color: #6d5b8b;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--enjoyable-yellow:#f6d6a7;
--calabrese:#f1a8a2;
--fuscia-fizz:#b76c96;
--emperor-jewel:#6d5b8b;
}