Color names in this palette
CSS code for this palette
/* CSS */
.surf-s-up {
color: #c6e2eb;
}
.frosty-day {
color: #ceebf8;
}
.lynx-white {
color: #f6f9f8;
}
.budder-skin {
color: #f9e1c3;
}
.heavenly-song {
color: #fbd9c6;
}
/* CSS Variables */
:root {
--surf-s-up:#c6e2eb;
--frosty-day:#ceebf8;
--lynx-white:#f6f9f8;
--budder-skin:#f9e1c3;
--heavenly-song:#fbd9c6;
}