Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3b2d5d;
}
.butterfly-bush {
color: #6a5b8b;
}
.long-forgotten-purple {
color: #a4799b;
}
.golden-hour {
color: #f2b75a;
}
.emergency-zone {
color: #e96544;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3b2d5d;
--butterfly-bush:#6a5b8b;
--long-forgotten-purple:#a4799b;
--golden-hour:#f2b75a;
--emergency-zone:#e96544;
}