Pastel Strawberry Color Palette

Discover the beautiful Pastel Strawberry color palette featuring cornflower lilac (#ffada2), cosmos (#ffd6d5), chablis (#fff2f1), foam (#ecfdf8) and white ice (#d7f8f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coral, Cream, Light, Peach, Pink, Soft, Spring, Warm color palettes and combinations.

💡 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

Share this palette to:

💻 Pastel Strawberry color palette CSS

/* CSS */
.color-1 {
color: #ffada2;
}
.color-2 {
color: #ffd6d5;
}
.color-3 {
color: #fff2f1;
}
.color-4 {
color: #ecfdf8;
}
.color-5 {
color: #d7f8f8;
}

/* CSS Variables */
:root {
--color-1: #ffada2;
--color-2: #ffd6d5;
--color-3: #fff2f1;
--color-4: #ecfdf8;
--color-5: #d7f8f8;
}

🌈 Pastel Strawberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffada2, #ffd6d5, #fff2f1, #ecfdf8, #d7f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffada2, #ffd6d5, #fff2f1, #ecfdf8, #d7f8f8);
}

Pastel Strawberry color palette created on .