Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.channel {
color: #f1c4c0;
}
.morning-wheat {
color: #e5d5a9;
}
.light-blue-glint {
color: #a8d3e1;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--channel:#f1c4c0;
--morning-wheat:#e5d5a9;
--light-blue-glint:#a8d3e1;
--windstorm:#6999c3;
}