Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f4f1;
}
.touch-of-green {
color: #d9e9d3;
}
.apple-cream {
color: #b6d7a8;
}
.sky-high {
color: #a4c1f4;
}
.calabrese {
color: #f6a6a2;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f4f1;
--touch-of-green:#d9e9d3;
--apple-cream:#b6d7a8;
--sky-high:#a4c1f4;
--calabrese:#f6a6a2;
}