Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d55d89;
}
.rose-mallow {
color: #f4a9c8;
}
.posy {
color: #f3e0d3;
}
.ganon-blue {
color: #a1dff7;
}
.hello-summer {
color: #5abbf6;
}
/* CSS Variables */
:root {
--flirty-rose:#d55d89;
--rose-mallow:#f4a9c8;
--posy:#f3e0d3;
--ganon-blue:#a1dff7;
--hello-summer:#5abbf6;
}