Color names in this palette
CSS code for this palette
/* CSS */
.lovely-euphoric-delight {
color: #fff0ff;
}
.cold-snow {
color: #fff5ff;
}
.sugarpills {
color: #ffe0ff;
}
.sugar-chic {
color: #ffccff;
}
.distilled-rose {
color: #ffc2ff;
}
/* CSS Variables */
:root {
--lovely-euphoric-delight:#fff0ff;
--cold-snow:#fff5ff;
--sugarpills:#ffe0ff;
--sugar-chic:#ffccff;
--distilled-rose:#ffc2ff;
}