Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.divine {
color: #9b7b9d;
}
.pink-marshmallow {
color: #f2b1d3;
}
.snug-yellow {
color: #fddc81;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--divine:#9b7b9d;
--pink-marshmallow:#f2b1d3;
--snug-yellow:#fddc81;
--grapefruit-pulp:#ff6e61;
}