Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.first-date {
color: #f4b19f;
}
.igniting {
color: #f4d79a;
}
.crystal-green {
color: #a5d97d;
}
.shimmering-brook {
color: #65b1d2;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--first-date:#f4b19f;
--igniting:#f4d79a;
--crystal-green:#a5d97d;
--shimmering-brook:#65b1d2;
}