Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.first-date {
color: #f3b6a0;
}
.kacey-s-pink {
color: #e84579;
}
.cherry-pink {
color: #c95e7e;
}
.meadow-mauve {
color: #a65e92;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--first-date:#f3b6a0;
--kacey-s-pink:#e84579;
--cherry-pink:#c95e7e;
--meadow-mauve:#a65e92;
}