Color names in this palette
CSS code for this palette
/* CSS */
.miami-pink {
color: #f9c3d7;
}
.pink-fit {
color: #f8a5b4;
}
.strawberry-shortcake {
color: #f58e97;
}
.usubeni-red {
color: #f26969;
}
.red-arremer {
color: #e25050;
}
/* CSS Variables */
:root {
--miami-pink:#f9c3d7;
--pink-fit:#f8a5b4;
--strawberry-shortcake:#f58e97;
--usubeni-red:#f26969;
--red-arremer:#e25050;
}