Color names in this palette
CSS code for this palette
/* CSS */
.freesia-purple {
color: #b3b2d7;
}
.soft-cashmere {
color: #e9b4d7;
}
.everblooming {
color: #f2c8b5;
}
.snug-yellow {
color: #fddc81;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--freesia-purple:#b3b2d7;
--soft-cashmere:#e9b4d7;
--everblooming:#f2c8b5;
--snug-yellow:#fddc81;
--welcoming-wasp:#f0a800;
}