Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.apricot-gelato {
color: #f7d6b0;
}
.light-fern-green {
color: #e5e6d1;
}
.moody-mist {
color: #c9e4d9;
}
.terrace-pool {
color: #9ed9e0;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--apricot-gelato:#f7d6b0;
--light-fern-green:#e5e6d1;
--moody-mist:#c9e4d9;
--terrace-pool:#9ed9e0;
}