Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.polar-expedition {
color: #c8eae3;
}
.angel-s-feather {
color: #f4f1e6;
}
.tequila {
color: #f6d1a7;
}
.pale-terra {
color: #ebac99;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--polar-expedition:#c8eae3;
--angel-s-feather:#f4f1e6;
--tequila:#f6d1a7;
--pale-terra:#ebac99;
}