Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.modern-blue {
color: #b9d1e9;
}
.new-heights {
color: #d0e4f6;
}
.silent-snowfall {
color: #eff6fb;
}
.pig-pink {
color: #fcd9e2;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--modern-blue:#b9d1e9;
--new-heights:#d0e4f6;
--silent-snowfall:#eff6fb;
--pig-pink:#fcd9e2;
}