Sweet Strawberry Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Strawberry Dream palette

Share this palette to:

Download Sweet Strawberry Dream Color Palette (PNG)

Download sweet strawberry dream color palette PNG image (landscape)
Download sweet strawberry dream color palette PNG image (square)

Sweet Strawberry Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb3ba;
}
.color-3 {
color: #ffd1dc;
}
.color-4 {
color: #ffa09e;
}
.color-5 {
color: #ff5c9d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb3ba;
--color-3: #ffd1dc;
--color-4: #ffa09e;
--color-5: #ff5c9d;
}

Sweet Strawberry Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb3ba, #ffd1dc, #ffa09e, #ff5c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb3ba, #ffd1dc, #ffa09e, #ff5c9d);
}

Sweet Strawberry Dream color palette created on .