Color names in this palette
CSS code for this palette
/* CSS */
.foggy-amethyst {
color: #5a2f79;
}
.aged-purple {
color: #a54a9b;
}
.gizmo {
color: #d69fb8;
}
.pinenut {
color: #f6dab6;
}
.grilled-cheese {
color: #fbca60;
}
/* CSS Variables */
:root {
--foggy-amethyst:#5a2f79;
--aged-purple:#a54a9b;
--gizmo:#d69fb8;
--pinenut:#f6dab6;
--grilled-cheese:#fbca60;
}