Color names in this palette
CSS code for this palette
/* CSS */
.bakery-box {
color: #f0f4f1;
}
.icy-bay {
color: #e0e6e2;
}
.blue-lullaby {
color: #c6d7d3;
}
.garden-twilight {
color: #a3b8b2;
}
.tile-green {
color: #799a8d;
}
/* CSS Variables */
:root {
--bakery-box:#f0f4f1;
--icy-bay:#e0e6e2;
--blue-lullaby:#c6d7d3;
--garden-twilight:#a3b8b2;
--tile-green:#799a8d;
}