Sunny Gardenia Color Palette

Discover the beautiful Sunny Gardenia color palette featuring koromiko (#ffbb5c), energy yellow (#f7d669), raffia (#e9dfaf), celadon (#b2e6b6) and bermuda (#70d7c9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Cream, Garden, Gold, Green, Light, 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 Sunny Gardenia palette

Share this palette to:

💻 Sunny Gardenia color palette CSS

/* CSS */
.color-1 {
color: #ffbb5c;
}
.color-2 {
color: #f7d669;
}
.color-3 {
color: #e9dfaf;
}
.color-4 {
color: #b2e6b6;
}
.color-5 {
color: #70d7c9;
}

/* CSS Variables */
:root {
--color-1: #ffbb5c;
--color-2: #f7d669;
--color-3: #e9dfaf;
--color-4: #b2e6b6;
--color-5: #70d7c9;
}

🌈 Sunny Gardenia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb5c, #f7d669, #e9dfaf, #b2e6b6, #70d7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb5c, #f7d669, #e9dfaf, #b2e6b6, #70d7c9);
}

Sunny Gardenia color palette created on .