Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.blended-fruit {
color: #f9e4a4;
}
.sandalwood-beige {
color: #f2d2b1;
}
.pink-bubble-tea {
color: #f9b9c3;
}
.bright-ube {
color: #d4a3e6;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--blended-fruit:#f9e4a4;
--sandalwood-beige:#f2d2b1;
--pink-bubble-tea:#f9b9c3;
--bright-ube:#d4a3e6;
}