Discover the beautiful Springtime Whimsy color palette featuring olive drab (#6b8f24), sunglow (#ffcc33), bittersweet (#ff6666), carnation pink (#ff99cc) and pigment indigo (#4a0080).

Springtime Whimsy Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Springtime Whimsy palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Springtime Whimsy palette

Share this palette to:

💻 Springtime Whimsy color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #ffcc33;
}
.color-3 {
color: #ff6666;
}
.color-4 {
color: #ff99cc;
}
.color-5 {
color: #4a0080;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #ffcc33;
--color-3: #ff6666;
--color-4: #ff99cc;
--color-5: #4a0080;
}

🌈 Springtime Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #ffcc33, #ff6666, #ff99cc, #4a0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #ffcc33, #ff6666, #ff99cc, #4a0080);
}

Springtime Whimsy color palette created on .