Color names in this palette
CSS code for this palette
/* CSS */
.bodacious {
color: #b25c9e;
}
.rose-mallow {
color: #f3a5c4;
}
.popcorn {
color: #f5d07a;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mulberry-thorn {
color: #c77d29;
}
/* CSS Variables */
:root {
--bodacious:#b25c9e;
--rose-mallow:#f3a5c4;
--popcorn:#f5d07a;
--maximum-yellow-red:#f1b74b;
--mulberry-thorn:#c77d29;
}