Verdant Sunrise Color Palette

Discover the beautiful Verdant Sunrise color palette featuring screamin' green (#5cff5c), red damask (#df6949), pastel green (#71d661), key lime pie (#a9c91d) and sandy brown (#f1a14b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Fun, Spring, Summer 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 Verdant Sunrise palette

Share this palette to:

💻 Verdant Sunrise color palette CSS

/* CSS */
.color-1 {
color: #5cff5c;
}
.color-2 {
color: #df6949;
}
.color-3 {
color: #71d661;
}
.color-4 {
color: #a9c91d;
}
.color-5 {
color: #f1a14b;
}

/* CSS Variables */
:root {
--color-1: #5cff5c;
--color-2: #df6949;
--color-3: #71d661;
--color-4: #a9c91d;
--color-5: #f1a14b;
}

🌈 Verdant Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cff5c, #df6949, #71d661, #a9c91d, #f1a14b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cff5c, #df6949, #71d661, #a9c91d, #f1a14b);
}

Verdant Sunrise color palette created on .