Color names in this palette
CSS code for this palette
/* CSS */
.tapestry {
color: #b57386;
}
.blue-buzz {
color: #9f9fbc;
}
.sekichiku-pink {
color: #e4afbf;
}
.miami-pink {
color: #f9c3d7;
}
.shadow-azalea-pink {
color: #e76e93;
}
/* CSS Variables */
:root {
--tapestry:#b57386;
--blue-buzz:#9f9fbc;
--sekichiku-pink:#e4afbf;
--miami-pink:#f9c3d7;
--shadow-azalea-pink:#e76e93;
}