Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c2;
}
.sugar-tooth {
color: #d58b9d;
}
.long-spring {
color: #c97382;
}
.glamorous {
color: #b44b65;
}
.scarlet-ribbons {
color: #a2344a;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c2;
--sugar-tooth:#d58b9d;
--long-spring:#c97382;
--glamorous:#b44b65;
--scarlet-ribbons:#a2344a;
}