Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #ffbde7;
}
.pink-condition {
color: #ff94d8;
}
.pretty-please {
color: #ffcbc7;
}
.apple-custard {
color: #ffe1ad;
}
.shimmering-expanse-cyan {
color: #3decff;
}
/* CSS Variables */
:root {
--pretty-in-pink:#ffbde7;
--pink-condition:#ff94d8;
--pretty-please:#ffcbc7;
--apple-custard:#ffe1ad;
--shimmering-expanse-cyan:#3decff;
}