Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.cherry-blossom {
color: #f9c3d5;
}
.romantic-morning {
color: #e1b6e2;
}
.defenestration {
color: #c7d6e5;
}
.windsor-way {
color: #a2c8e7;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--cherry-blossom:#f9c3d5;
--romantic-morning:#e1b6e2;
--defenestration:#c7d6e5;
--windsor-way:#a2c8e7;
}