Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a3b6;
}
.cherry-blossom {
color: #f4c3d4;
}
.poetic-princess {
color: #f9e1e5;
}
.milky-maize {
color: #f7d6a1;
}
.alpenglow {
color: #f1c0b7;
}
/* CSS Variables */
:root {
--garden-party:#e1a3b6;
--cherry-blossom:#f4c3d4;
--poetic-princess:#f9e1e5;
--milky-maize:#f7d6a1;
--alpenglow:#f1c0b7;
}