Color names in this palette
CSS code for this palette
/* CSS */
.ariel-s-delight {
color: #b0a4d5;
}
.operetta-mauve {
color: #3a2d4d;
}
.just-a-fairytale {
color: #6a5c99;
}
.chamois-cloth {
color: #f0e2d1;
}
.chaos-black {
color: #0f0f0f;
}
/* CSS Variables */
:root {
--ariel-s-delight:#b0a4d5;
--operetta-mauve:#3a2d4d;
--just-a-fairytale:#6a5c99;
--chamois-cloth:#f0e2d1;
--chaos-black:#0f0f0f;
}