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: #f4b8c4;
}
.color-2 {
color: #f8d5a0;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #e0aed7;
}
.color-5 {
color: #d86c31;
}

/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f8d5a0;
--color-3: #f3e6b4;
--color-4: #e0aed7;
--color-5: #d86c31;
}

Pink Strawberry Shortcake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f8d5a0, #f3e6b4, #e0aed7, #d86c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f8d5a0, #f3e6b4, #e0aed7, #d86c31);
}

Pink Strawberry Shortcake color palette created on .