Color names in this palette
CSS code for this palette
/* CSS */
.water-wash {
color: #a9c7e5;
}
.snowdrift-glow {
color: #d4e6f2;
}
.distant-horizon {
color: #f1f6f9;
}
.noodles {
color: #f8e4b4;
}
.brain-pink {
color: #f6b1b1;
}
/* CSS Variables */
:root {
--water-wash:#a9c7e5;
--snowdrift-glow:#d4e6f2;
--distant-horizon:#f1f6f9;
--noodles:#f8e4b4;
--brain-pink:#f6b1b1;
}