Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d6;
}
.rose-mallow {
color: #f2a6c8;
}
.tempting-pink {
color: #e689b8;
}
.blush-essence {
color: #c68edc;
}
.template {
color: #a9c9e5;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d6;
--rose-mallow:#f2a6c8;
--tempting-pink:#e689b8;
--blush-essence:#c68edc;
--template:#a9c9e5;
}