Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.milk-quartz {
color: #f4e0ae;
}
.mint-cocktail-green {
color: #b9e1b2;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--antique-wicker-basket:#f2d2a1;
--milk-quartz:#f4e0ae;
--mint-cocktail-green:#b9e1b2;
--island-light:#a6c6ed;
}