Spring Color Palette

Discover the beautiful Spring color palette featuring downy (#6fd3c0), chinook (#a7e2b4), marzipan (#f8e29b), manhattan (#f5b9a3) and froly (#f57088).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Light, Pastel, Pink, Spring, Yellow 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 Spring palette

Share this palette to:

💻 Spring color palette CSS

/* CSS */
.color-1 {
color: #6fd3c0;
}
.color-2 {
color: #a7e2b4;
}
.color-3 {
color: #f8e29b;
}
.color-4 {
color: #f5b9a3;
}
.color-5 {
color: #f57088;
}

/* CSS Variables */
:root {
--color-1: #6fd3c0;
--color-2: #a7e2b4;
--color-3: #f8e29b;
--color-4: #f5b9a3;
--color-5: #f57088;
}

🌈 Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd3c0, #a7e2b4, #f8e29b, #f5b9a3, #f57088);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd3c0, #a7e2b4, #f8e29b, #f5b9a3, #f57088);
}

Spring color palette created on .