Pink Strawberry Delight Color Palette
Discover the beautiful Pink Strawberry Delight color palette featuring cosmos (#ffd6dc), lavender blush (#ffeaef), rose white (#fffaf9), seashell peach (#fff1e9) and pippin (#ffe2e9).
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 Pink Strawberry Delight palette
💻 Pink Strawberry Delight color palette CSS
/* CSS */
.color-1 {
color: #ffd6dc;
}
.color-2 {
color: #ffeaef;
}
.color-3 {
color: #fffaf9;
}
.color-4 {
color: #fff1e9;
}
.color-5 {
color: #ffe2e9;
}
/* CSS Variables */
:root {
--color-1: #ffd6dc;
--color-2: #ffeaef;
--color-3: #fffaf9;
--color-4: #fff1e9;
--color-5: #ffe2e9;
} 🌈 Pink Strawberry Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6dc, #ffeaef, #fffaf9, #fff1e9, #ffe2e9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6dc, #ffeaef, #fffaf9, #fff1e9, #ffe2e9);
} 🔗 Explore similar color palettes
Pink Strawberry Delight color palette created on .