Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3d2f4c;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
.sangria {
color: #b14363;
}
.shadow-azalea-pink {
color: #ef6c95;
}
.maple-beige {
color: #fbd0a2;
}
/* CSS Variables */
:root {
--jagger:#3d2f4c;
--cabbage-blossom-violet:#6e4d7a;
--sangria:#b14363;
--shadow-azalea-pink:#ef6c95;
--maple-beige:#fbd0a2;
}