Color names in this palette
CSS code for this palette
/* CSS */
.sprout {
color: #b6c99c;
}
.sphere {
color: #f2e9ca;
}
.pumpkin-hue {
color: #f5a37a;
}
.bricks-of-hope {
color: #d75b5b;
}
.cyclamen-red {
color: #a85d8c;
}
/* CSS Variables */
:root {
--sprout:#b6c99c;
--sphere:#f2e9ca;
--pumpkin-hue:#f5a37a;
--bricks-of-hope:#d75b5b;
--cyclamen-red:#a85d8c;
}