Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3b2d5c;
}
.gutsy-grape {
color: #6f4f87;
}
.poise {
color: #a87193;
}
.earth-yellow {
color: #e3a55f;
}
.deep-fried-sun-rays {
color: #f6c85a;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3b2d5c;
--gutsy-grape:#6f4f87;
--poise:#a87193;
--earth-yellow:#e3a55f;
--deep-fried-sun-rays:#f6c85a;
}