Color names in this palette
CSS code for this palette
/* CSS */
.pink-quartz {
color: #ffb8ea;
}
.dithered-sky {
color: #b8e1ff;
}
.liveliness {
color: #ffdfb8;
}
.light-mint {
color: #b8ffb8;
}
.hard-candy {
color: #ffb8b8;
}
/* CSS Variables */
:root {
--pink-quartz:#ffb8ea;
--dithered-sky:#b8e1ff;
--liveliness:#ffdfb8;
--light-mint:#b8ffb8;
--hard-candy:#ffb8b8;
}