Spring Blossoms Color Palette

Discover the beautiful Spring Blossoms color palette featuring athens gray (#f9fafb), fuchsia blue (#7356bd), havelock blue (#669fdb), cranberry (#dd4b8a) and tan hide (#f99b43).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Lavender, Blue, Pink, Orange, Soft, Bright, Modern, Fun 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 Blossoms palette

Share this palette to:

💻 Spring Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f9fafb;
}
.color-2 {
color: #7356bd;
}
.color-3 {
color: #669fdb;
}
.color-4 {
color: #dd4b8a;
}
.color-5 {
color: #f99b43;
}

/* CSS Variables */
:root {
--color-1: #f9fafb;
--color-2: #7356bd;
--color-3: #669fdb;
--color-4: #dd4b8a;
--color-5: #f99b43;
}

🌈 Spring Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafb, #7356bd, #669fdb, #dd4b8a, #f99b43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafb, #7356bd, #669fdb, #dd4b8a, #f99b43);
}

Spring Blossoms color palette created on .