Wild Strawberry Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wild Strawberry Delight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Wild Strawberry Delight Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.strawberry color palettes
Wild Strawberry Delight color palette created on .