Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f3bfd3;
}
.precious-pink {
color: #f6b4b1;
}
.shrimp-cocktail {
color: #f4a462;
}
.cakepop-sorbet {
color: #f8c749;
}
.butter-up {
color: #f3e2b9;
}
/* CSS Variables */
:root {
--cherry-blossom:#f3bfd3;
--precious-pink:#f6b4b1;
--shrimp-cocktail:#f4a462;
--cakepop-sorbet:#f8c749;
--butter-up:#f3e2b9;
}