Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.the-sickener {
color: #d96d9a;
}
.riviera-rose {
color: #f7b1a6;
}
.south-shore-sun {
color: #ffda9e;
}
.blacksmith-fire {
color: #f6eb55;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--the-sickener:#d96d9a;
--riviera-rose:#f7b1a6;
--south-shore-sun:#ffda9e;
--blacksmith-fire:#f6eb55;
}