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: #f7c0d4;
}
.color-2 {
color: #f3e0bf;
}
.color-3 {
color: #f3bbb4;
}
.color-4 {
color: #f57079;
}
.color-5 {
color: #c24c6c;
}

/* CSS Variables */
:root {
--color-1: #f7c0d4;
--color-2: #f3e0bf;
--color-3: #f3bbb4;
--color-4: #f57079;
--color-5: #c24c6c;
}

Pink Strawberry Shortcake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c0d4, #f3e0bf, #f3bbb4, #f57079, #c24c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c0d4, #f3e0bf, #f3bbb4, #f57079, #c24c6c);
}

Pink Strawberry Shortcake color palette created on .