Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a6a2;
}
.butter-cream {
color: #f1b041;
}
.feather-green {
color: #a2d2b2;
}
.xavier-blue {
color: #6cb4e4;
}
.national-anthem {
color: #3e6e98;
}
/* CSS Variables */
:root {
--calabrese:#f1a6a2;
--butter-cream:#f1b041;
--feather-green:#a2d2b2;
--xavier-blue:#6cb4e4;
--national-anthem:#3e6e98;
}