Color names in this palette
CSS code for this palette
/* CSS */
.velvet-cosmos {
color: #3f0e4e;
}
.galactic-grapevine {
color: #6b2a7e;
}
.viva-magenta {
color: #a54a8d;
}
.vintage-coral {
color: #d98d78;
}
.deep-fried-sun-rays {
color: #f5c95c;
}
/* CSS Variables */
:root {
--velvet-cosmos:#3f0e4e;
--galactic-grapevine:#6b2a7e;
--viva-magenta:#a54a8d;
--vintage-coral:#d98d78;
--deep-fried-sun-rays:#f5c95c;
}