Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.sandy-bay {
color: #f9d6b4;
}
.gentle-glow {
color: #f5e4b8;
}
.mint-cocktail-green {
color: #b4e4b4;
}
.thresher-shark {
color: #92c7e8;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--sandy-bay:#f9d6b4;
--gentle-glow:#f5e4b8;
--mint-cocktail-green:#b4e4b4;
--thresher-shark:#92c7e8;
}