Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #695c99;
}
.feminine-fancy {
color: #c6a9d1;
}
.fallen-blossoms {
color: #f0b2c2;
}
.apricot-fool {
color: #fdd3a0;
}
.natural-orchestra {
color: #4f9c79;
}
/* CSS Variables */
:root {
--just-a-fairytale:#695c99;
--feminine-fancy:#c6a9d1;
--fallen-blossoms:#f0b2c2;
--apricot-fool:#fdd3a0;
--natural-orchestra:#4f9c79;
}