Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.blizzard-blue {
color: #a5e5e9;
}
.frosty-soft-blue {
color: #b2e0e1;
}
.calabrese {
color: #f1a8a2;
}
.cheddar-corn {
color: #f6d4b6;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--blizzard-blue:#a5e5e9;
--frosty-soft-blue:#b2e0e1;
--calabrese:#f1a8a2;
--cheddar-corn:#f6d4b6;
}