Color names in this palette
CSS code for this palette
/* CSS */
.bff {
color: #e0aed2;
}
.violet-velvet {
color: #b29dd7;
}
.bailey-bells {
color: #8a8ad0;
}
.sanctuary-spa {
color: #68b0e3;
}
.neon-nazar {
color: #4ccfe1;
}
/* CSS Variables */
:root {
--bff:#e0aed2;
--violet-velvet:#b29dd7;
--bailey-bells:#8a8ad0;
--sanctuary-spa:#68b0e3;
--neon-nazar:#4ccfe1;
}