Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7e5b9f;
}
.rose-bud {
color: #b65d99;
}
.pink-carnation {
color: #f07a9d;
}
.t-morokoshi-corn {
color: #f8a649;
}
.indian-maize {
color: #e6c44c;
}
/* CSS Variables */
:root {
--jubilee:#7e5b9f;
--rose-bud:#b65d99;
--pink-carnation:#f07a9d;
--t-morokoshi-corn:#f8a649;
--indian-maize:#e6c44c;
}