Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c8;
}
.pretty-petunia {
color: #d3b2e0;
}
.blossom-blue {
color: #a8caf0;
}
.patrice {
color: #8cd9a7;
}
.light-sh-shin-yellow {
color: #f9e780;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c8;
--pretty-petunia:#d3b2e0;
--blossom-blue:#a8caf0;
--patrice:#8cd9a7;
--light-sh-shin-yellow:#f9e780;
}