Color names in this palette
CSS code for this palette
/* CSS */
.begonia {
color: #ff7077;
}
.bittersweet {
color: #ffa352;
}
.grandis {
color: #ffcb70;
}
.mint-majesty {
color: #7dd8c2;
}
.blue-marguerite {
color: #625cad;
}
/* CSS Variables */
:root {
--begonia:#ff7077;
--bittersweet:#ffa352;
--grandis:#ffcb70;
--mint-majesty:#7dd8c2;
--blue-marguerite:#625cad;
}