Color names in this palette
CSS code for this palette
/* CSS */
.brittany-blue {
color: #4b7e8b;
}
.aqua-island {
color: #a2d6d7;
}
.calabrese {
color: #f6a6a2;
}
.floral-leaf {
color: #ffb84d;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--brittany-blue:#4b7e8b;
--aqua-island:#a2d6d7;
--calabrese:#f6a6a2;
--floral-leaf:#ffb84d;
--fireglow:#d65c3d;
}