Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #a34d97;
}
.hope {
color: #e37d9b;
}
.exclusively-yours {
color: #f3afb6;
}
.casino-lights {
color: #fdf5b4;
}
.touch-of-turquoise {
color: #a2d7d0;
}
/* CSS Variables */
:root {
--hyacinth-violet:#a34d97;
--hope:#e37d9b;
--exclusively-yours:#f3afb6;
--casino-lights:#fdf5b4;
--touch-of-turquoise:#a2d7d0;
}