Strawberry Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Strawberry Dream palette

Share this palette to:

Strawberry Dream color palette CSS

/* CSS */
.color-1 {
color: #f7b2b1;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #f3e5b4;
}
.color-4 {
color: #d2a3d7;
}
.color-5 {
color: #b57dca;
}

/* CSS Variables */
:root {
--color-1: #f7b2b1;
--color-2: #f6d5a7;
--color-3: #f3e5b4;
--color-4: #d2a3d7;
--color-5: #b57dca;
}

Strawberry Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2b1, #f6d5a7, #f3e5b4, #d2a3d7, #b57dca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2b1, #f6d5a7, #f3e5b4, #d2a3d7, #b57dca);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Strawberry Dream color palette created on .