Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4b4c8b;
}
.wisteria {
color: #a77ccb;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.sun-shower {
color: #ffe070;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--beaded-blue:#4b4c8b;
--wisteria:#a77ccb;
--cotton-candy-aesthetic:#f5b7e2;
--sun-shower:#ffe070;
--grapefruit-pulp:#ff6e61;
}