Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f4f1;
}
.breakwaters {
color: #d8e4e1;
}
.ocean-kiss {
color: #a4c6c4;
}
.pale-green {
color: #6bae6d;
}
.dingy-sticky-note {
color: #e3f2a1;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f4f1;
--breakwaters:#d8e4e1;
--ocean-kiss:#a4c6c4;
--pale-green:#6bae6d;
--dingy-sticky-note:#e3f2a1;
}