Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3d6c;
}
.usu-pink {
color: #a77b9d;
}
.berry-riche {
color: #e6a2a7;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.blank-canvas {
color: #fef0d7;
}
/* CSS Variables */
:root {
--meteorite:#4b3d6c;
--usu-pink:#a77b9d;
--berry-riche:#e6a2a7;
--sullivan-s-heart:#f5c7d1;
--blank-canvas:#fef0d7;
}