Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3a2a5a;
}
.bright-eggplant {
color: #5f4b8b;
}
.mauve-memento {
color: #a76c95;
}
.maximum-yellow-red {
color: #f1b74b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3a2a5a;
--bright-eggplant:#5f4b8b;
--mauve-memento:#a76c95;
--maximum-yellow-red:#f1b74b;
--grapefruit-pulp:#ff6e61;
}