Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f5c2d3;
}
.milky-maize {
color: #f8d8a0;
}
.sandy-shore {
color: #f2e8ba;
}
.shallow-shore {
color: #b2e1c6;
}
.bliss-blue {
color: #7dc6e3;
}
/* CSS Variables */
:root {
--cherry-blossom:#f5c2d3;
--milky-maize:#f8d8a0;
--sandy-shore:#f2e8ba;
--shallow-shore:#b2e1c6;
--bliss-blue:#7dc6e3;
}