Color names in this palette
CSS code for this palette
/* CSS */
.surgical {
color: #55a0c3;
}
.squeaky {
color: #6dc5d5;
}
.aqua-fiesta {
color: #94e2e5;
}
.mango-margarita {
color: #f5b44d;
}
.consumed-by-fire {
color: #f77b1d;
}
/* CSS Variables */
:root {
--surgical:#55a0c3;
--squeaky:#6dc5d5;
--aqua-fiesta:#94e2e5;
--mango-margarita:#f5b44d;
--consumed-by-fire:#f77b1d;
}