Color names in this palette
CSS code for this palette
/* CSS */
.drifting-dream {
color: #c6b7e6;
}
.evening-slipper {
color: #a89bc0;
}
.gizmo {
color: #d59fb7;
}
.hopeful {
color: #f1d5e2;
}
.first-date {
color: #f6afa2;
}
/* CSS Variables */
:root {
--drifting-dream:#c6b7e6;
--evening-slipper:#a89bc0;
--gizmo:#d59fb7;
--hopeful:#f1d5e2;
--first-date:#f6afa2;
}