Wild Strawberry Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wild Strawberry Shades palette

Share this palette to:

Wild Strawberry Shades color palette CSS

/* CSS */
.color-1 {
color: #ff3399;
}
.color-2 {
color: #ff5c9a;
}
.color-3 {
color: #ff85b8;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ffcce1;
}

/* CSS Variables */
:root {
--color-1: #ff3399;
--color-2: #ff5c9a;
--color-3: #ff85b8;
--color-4: #ffb3d1;
--color-5: #ffcce1;
}

Wild Strawberry Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3399, #ff5c9a, #ff85b8, #ffb3d1, #ffcce1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3399, #ff5c9a, #ff85b8, #ffb3d1, #ffcce1);
}

Wild Strawberry Shades color palette created on .