Wild Strawberry Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wild Strawberry Delight palette

Share this palette to:

Wild Strawberry Delight color palette PNG image

Download wild strawberry delight color palette PNG image (landscape)
Download wild strawberry delight color palette PNG image (square)

Wild Strawberry Delight color palette CSS

/* CSS */
.color-1 {
color: #ff3399;
}
.color-2 {
color: #ff70b5;
}
.color-3 {
color: #ff9ecb;
}
.color-4 {
color: #ffb8e1;
}
.color-5 {
color: #ffd6e6;
}

/* CSS Variables */
:root {
--color-1: #ff3399;
--color-2: #ff70b5;
--color-3: #ff9ecb;
--color-4: #ffb8e1;
--color-5: #ffd6e6;
}

Wild Strawberry Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3399, #ff70b5, #ff9ecb, #ffb8e1, #ffd6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3399, #ff70b5, #ff9ecb, #ffb8e1, #ffd6e6);
}

Wild Strawberry Delight color palette created on .