Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.evening-fog {
color: #8d9a99;
}
.desert-cactus {
color: #b1c8a2;
}
.martica {
color: #f4e5b8;
}
.bussell-lace {
color: #e6a2a2;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--evening-fog:#8d9a99;
--desert-cactus:#b1c8a2;
--martica:#f4e5b8;
--bussell-lace:#e6a2a2;
}