Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.adrift-on-the-nile {
color: #8db7e7;
}
.french-pass {
color: #a3d5e0;
}
.barley-white {
color: #f7e5b6;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--adrift-on-the-nile:#8db7e7;
--french-pass:#a3d5e0;
--barley-white:#f7e5b6;
--calabrese:#f1a8a2;
}