Color names in this palette
CSS code for this palette
/* CSS */
.guppy-violet {
color: #b05e82;
}
.can-can {
color: #d18999;
}
.princess {
color: #f1a7b4;
}
.cherry-blossom {
color: #f5c2d4;
}
.sweet-serenade {
color: #ffc2d4;
}
/* CSS Variables */
:root {
--guppy-violet:#b05e82;
--can-can:#d18999;
--princess:#f1a7b4;
--cherry-blossom:#f5c2d4;
--sweet-serenade:#ffc2d4;
}