Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sparkling-pink {
color: #f4d2e7;
}
.trapunto {
color: #f6eab6;
}
.honeysuckle {
color: #e7e96d;
}
.apium {
color: #b1d3a1;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sparkling-pink:#f4d2e7;
--trapunto:#f6eab6;
--honeysuckle:#e7e96d;
--apium:#b1d3a1;
}