Color names in this palette
CSS code for this palette
/* CSS */
.rhinestone {
color: #8c6e91;
}
.calabrese {
color: #f1a8a2;
}
.barley-white {
color: #f7e3b6;
}
.filtered-forest {
color: #b7e1d5;
}
.dusty-turquoise {
color: #5a8c8c;
}
/* CSS Variables */
:root {
--rhinestone:#8c6e91;
--calabrese:#f1a8a2;
--barley-white:#f7e3b6;
--filtered-forest:#b7e1d5;
--dusty-turquoise:#5a8c8c;
}