Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.airflow {
color: #d8e4e3;
}
.shalimar {
color: #f3f7a6;
}
.almond-cream {
color: #f3c49b;
}
.terracotta-chip {
color: #c77c5c;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--airflow:#d8e4e3;
--shalimar:#f3f7a6;
--almond-cream:#f3c49b;
--terracotta-chip:#c77c5c;
}