Color names in this palette
CSS code for this palette
/* CSS */
.distilled-moss {
color: #ccffcc;
}
.skyan {
color: #66ccff;
}
.qing-yellow {
color: #ffcc66;
}
.french-pink {
color: #ff6699;
}
.sugar-chic {
color: #ffccff;
}
/* CSS Variables */
:root {
--distilled-moss:#ccffcc;
--skyan:#66ccff;
--qing-yellow:#ffcc66;
--french-pink:#ff6699;
--sugar-chic:#ffccff;
}