Pink Strawberry Shortcake Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Strawberry Shortcake palette

Share this palette to:

Pink Strawberry Shortcake color palette CSS

/* CSS */
.color-1 {
color: #f5d6d9;
}
.color-2 {
color: #f5e2c2;
}
.color-3 {
color: #f3ebce;
}
.color-4 {
color: #eacde0;
}
.color-5 {
color: #dda178;
}

/* CSS Variables */
:root {
--color-1: #f5d6d9;
--color-2: #f5e2c2;
--color-3: #f3ebce;
--color-4: #eacde0;
--color-5: #dda178;
}

Pink Strawberry Shortcake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6d9, #f5e2c2, #f3ebce, #eacde0, #dda178);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6d9, #f5e2c2, #f3ebce, #eacde0, #dda178);
}

Pink Strawberry Shortcake color palette created on .