Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1f1a3d;
}
.roseberry {
color: #f3a5a0;
}
.aspen-yellow {
color: #f4e09f;
}
.lime-lizard {
color: #a3d55d;
}
.steel-teal {
color: #5b8a8b;
}
/* CSS Variables */
:root {
--prune-plum:#1f1a3d;
--roseberry:#f3a5a0;
--aspen-yellow:#f4e09f;
--lime-lizard:#a3d55d;
--steel-teal:#5b8a8b;
}