Pastel Strawberry Color Palette
Discover the beautiful Pastel Strawberry color palette featuring cornflower lilac (#ffaea3), cosmos (#ffd7d6), chablis (#fff1f0), foam (#edfdf8) and white ice (#d8f8f8).
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 Pastel Strawberry palette
💻 Pastel Strawberry color palette CSS
/* CSS */
.color-1 {
color: #ffaea3;
}
.color-2 {
color: #ffd7d6;
}
.color-3 {
color: #fff1f0;
}
.color-4 {
color: #edfdf8;
}
.color-5 {
color: #d8f8f8;
}
/* CSS Variables */
:root {
--color-1: #ffaea3;
--color-2: #ffd7d6;
--color-3: #fff1f0;
--color-4: #edfdf8;
--color-5: #d8f8f8;
}
🌈 Pastel Strawberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffaea3, #ffd7d6, #fff1f0, #edfdf8, #d8f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffaea3, #ffd7d6, #fff1f0, #edfdf8, #d8f8f8);
}
🔗 Explore similar color palettes
Pastel Strawberry color palette created on .