Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f6b1d6;
}
.n-rang-orange {
color: #ff8052;
}
.nacho {
color: #ffcb5c;
}
.turquoise-sea {
color: #6ad6e7;
}
.wisteria {
color: #a17ccb;
}
/* CSS Variables */
:root {
--lavender-candy:#f6b1d6;
--n-rang-orange:#ff8052;
--nacho:#ffcb5c;
--turquoise-sea:#6ad6e7;
--wisteria:#a17ccb;
}