Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #fbc1ea;
}
.sky-high {
color: #a5c0ee;
}
.wizard-white {
color: #e2f2fd;
}
.peasful-mint {
color: #c1f0c1;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--pretty-in-pink:#fbc1ea;
--sky-high:#a5c0ee;
--wizard-white:#e2f2fd;
--peasful-mint:#c1f0c1;
--mouse-nose:#ffe4b3;
}