Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f8bfd4;
}
.simply-delicious {
color: #ffd1c2;
}
.creamy-sunshine-pastel {
color: #fff7b3;
}
.frugal {
color: #a2d7b2;
}
.norfolk-sky {
color: #6cb6e5;
}
/* CSS Variables */
:root {
--cherry-blossom:#f8bfd4;
--simply-delicious:#ffd1c2;
--creamy-sunshine-pastel:#fff7b3;
--frugal:#a2d7b2;
--norfolk-sky:#6cb6e5;
}