Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #dfafe4;
}
.somewhere-in-a-fairytale {
color: #d19bd9;
}
.lavender-sweater {
color: #b87cc0;
}
.heath-spotted-orchid {
color: #a45b9d;
}
.dark-pansy {
color: #693a78;
}
/* CSS Variables */
:root {
--barely-bloomed:#dfafe4;
--somewhere-in-a-fairytale:#d19bd9;
--lavender-sweater:#b87cc0;
--heath-spotted-orchid:#a45b9d;
--dark-pansy:#693a78;
}