Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #fbc1d4;
}
.berries-n-cream {
color: #f6b6c9;
}
.sachet-pink {
color: #f28cba;
}
.tutuji-pink {
color: #e64c8c;
}
.royal-banner {
color: #c94a6c;
}
/* CSS Variables */
:root {
--garden-glory:#fbc1d4;
--berries-n-cream:#f6b6c9;
--sachet-pink:#f28cba;
--tutuji-pink:#e64c8c;
--royal-banner:#c94a6c;
}