Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1c7;
}
.sweetheart {
color: #f4c3d6;
}
.posy {
color: #f2e2d4;
}
.portofino {
color: #f7ef9c;
}
.gemini-mustard-momento {
color: #f9a94e;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1c7;
--sweetheart:#f4c3d6;
--posy:#f2e2d4;
--portofino:#f7ef9c;
--gemini-mustard-momento:#f9a94e;
}