Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c2d4;
}
.pipitschah {
color: #f3e6c3;
}
.parfait-pink {
color: #e3b0c7;
}
.camo {
color: #7b8d4e;
}
.powdered-granite {
color: #c5cae7;
}
/* CSS Variables */
:root {
--airborne:#a1c2d4;
--pipitschah:#f3e6c3;
--parfait-pink:#e3b0c7;
--camo:#7b8d4e;
--powdered-granite:#c5cae7;
}