Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-ganzstar {
color: #8c00ff;
}
.swiss-plum {
color: #5f3dae;
}
.zenith {
color: #497b9c;
}
.lake-tahoe-turquoise {
color: #3bb0b0;
}
.yellow-petal {
color: #f6e74c;
}
/* CSS Variables */
:root {
--amethyst-ganzstar:#8c00ff;
--swiss-plum:#5f3dae;
--zenith:#497b9c;
--lake-tahoe-turquoise:#3bb0b0;
--yellow-petal:#f6e74c;
}