Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e2b1d3;
}
.purity {
color: #d6c8e4;
}
.light-cuddle {
color: #cbd9f1;
}
.not-a-cloud-in-sight {
color: #87c8d4;
}
.glacial-green {
color: #6fb8a7;
}
/* CSS Variables */
:root {
--gumball:#e2b1d3;
--purity:#d6c8e4;
--light-cuddle:#cbd9f1;
--not-a-cloud-in-sight:#87c8d4;
--glacial-green:#6fb8a7;
}