Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.matt-pink {
color: #ffb8c1;
}
.orange-canyon {
color: #ffd1a3;
}
.lemon-chiffon {
color: #fffacc;
}
.bay {
color: #b2e0d4;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--matt-pink:#ffb8c1;
--orange-canyon:#ffd1a3;
--lemon-chiffon:#fffacc;
--bay:#b2e0d4;
}