Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f5b59e;
}
.sweet-lilac {
color: #eab8d1;
}
.bright-ube {
color: #d4a4e5;
}
.sweet-dreams {
color: #9bc8e8;
}
.tadorna-teal {
color: #7ed3b1;
}
/* CSS Variables */
:root {
--mandys-pink:#f5b59e;
--sweet-lilac:#eab8d1;
--bright-ube:#d4a4e5;
--sweet-dreams:#9bc8e8;
--tadorna-teal:#7ed3b1;
}