Strawberry Lemonade Color Palette
Discover the beautiful Strawberry Lemonade color palette featuring grandis (#ffd588), tuft bush (#ffdac6), cornflower lilac (#ffa9ae), pink salmon (#ff8b92) and pink salmon (#ff8bb0).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Strawberry Lemonade palette
๐ป Strawberry Lemonade color palette CSS
/* CSS */
.color-1 {
color: #ffd588;
}
.color-2 {
color: #ffdac6;
}
.color-3 {
color: #ffa9ae;
}
.color-4 {
color: #ff8b92;
}
.color-5 {
color: #ff8bb0;
}
/* CSS Variables */
:root {
--color-1: #ffd588;
--color-2: #ffdac6;
--color-3: #ffa9ae;
--color-4: #ff8b92;
--color-5: #ff8bb0;
} ๐ Strawberry Lemonade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd588, #ffdac6, #ffa9ae, #ff8b92, #ff8bb0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd588, #ffdac6, #ffa9ae, #ff8b92, #ff8bb0);
} ๐ Explore similar color palettes
Strawberry Lemonade color palette created on .