Color names in this palette
CSS code for this palette
/* CSS */
.romantic-morning {
color: #e0b6e2;
}
.columbine {
color: #f5dbe2;
}
.desire-pink {
color: #f1c6d2;
}
.heart-to-heart {
color: #d2a7c8;
}
.lavender-sweater {
color: #b77dbf;
}
/* CSS Variables */
:root {
--romantic-morning:#e0b6e2;
--columbine:#f5dbe2;
--desire-pink:#f1c6d2;
--heart-to-heart:#d2a7c8;
--lavender-sweater:#b77dbf;
}