Color names in this palette
CSS code for this palette
/* CSS */
.syrian-violet {
color: #e1c8e5;
}
.french-pass {
color: #a3d5e0;
}
.crystal-gem {
color: #7acda5;
}
.fair-aqua {
color: #b7e1d8;
}
.turkish-ginger {
color: #f7f2bb;
}
/* CSS Variables */
:root {
--syrian-violet:#e1c8e5;
--french-pass:#a3d5e0;
--crystal-gem:#7acda5;
--fair-aqua:#b7e1d8;
--turkish-ginger:#f7f2bb;
}