Strawberry Lemonade Color Palette
Discover the beautiful Strawberry Lemonade color palette featuring cream brulee (#ffdb98), tuft bush (#ffe0ce), sundown (#ffafb6), pink salmon (#ff969f) and pink salmon (#ff96b9).
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: #ffdb98;
}
.color-2 {
color: #ffe0ce;
}
.color-3 {
color: #ffafb6;
}
.color-4 {
color: #ff969f;
}
.color-5 {
color: #ff96b9;
}
/* CSS Variables */
:root {
--color-1: #ffdb98;
--color-2: #ffe0ce;
--color-3: #ffafb6;
--color-4: #ff969f;
--color-5: #ff96b9;
} ๐ Strawberry Lemonade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdb98, #ffe0ce, #ffafb6, #ff969f, #ff96b9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdb98, #ffe0ce, #ffafb6, #ff969f, #ff96b9);
} ๐ Explore similar color palettes
Strawberry Lemonade color palette created on .