Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.thistleblossom-soft-blue {
color: #8ab5c1;
}
.blue-shimmer {
color: #b3d9e0;
}
.icy-lemonade {
color: #f7e7b0;
}
.arizona-sunrise {
color: #eab8b9;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--thistleblossom-soft-blue:#8ab5c1;
--blue-shimmer:#b3d9e0;
--icy-lemonade:#f7e7b0;
--arizona-sunrise:#eab8b9;
}