Sweet Strawberry Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Strawberry Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sweet Strawberry Dream Color Palette (PNG)
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);
}
Similar color palettes
Sweet Strawberry Dream color palette created on .