Color names in this palette
CSS code for this palette
/* CSS */
.alaskan-ice {
color: #7d9dbf;
}
.airborne {
color: #a3c0d2;
}
.sun-dust {
color: #f5e2a3;
}
.golden-glam {
color: #f4b943;
}
.chilean-fire {
color: #d1592e;
}
/* CSS Variables */
:root {
--alaskan-ice:#7d9dbf;
--airborne:#a3c0d2;
--sun-dust:#f5e2a3;
--golden-glam:#f4b943;
--chilean-fire:#d1592e;
}