Whispers of Springtime Color Palette

Discover the beautiful Whispers of Springtime color palette featuring zanah (#dcefde), beryl green (#e4e6bc), wild rice (#ecdb9c), pixie green (#c7dfc3) and thistle green (#c0c49c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Spring, Light, Earthy 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 Whispers of Springtime palette

Share this palette to:

💻 Whispers of Springtime color palette CSS

/* CSS */
.color-1 {
color: #dcefde;
}
.color-2 {
color: #e4e6bc;
}
.color-3 {
color: #ecdb9c;
}
.color-4 {
color: #c7dfc3;
}
.color-5 {
color: #c0c49c;
}

/* CSS Variables */
:root {
--color-1: #dcefde;
--color-2: #e4e6bc;
--color-3: #ecdb9c;
--color-4: #c7dfc3;
--color-5: #c0c49c;
}

🌈 Whispers of Springtime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcefde, #e4e6bc, #ecdb9c, #c7dfc3, #c0c49c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcefde, #e4e6bc, #ecdb9c, #c7dfc3, #c0c49c);
}

Whispers of Springtime color palette created on .