Sunlit Serenity Color Palette

Discover the beautiful Sunlit Serenity color palette featuring festival (#f9e66c), pigeon post (#b0c6d8), green pea (#1a604a), janna (#f4e5d7) and dixie (#e4a41b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Beach, Teal, Yellow, Soft 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 Sunlit Serenity palette

Share this palette to:

💻 Sunlit Serenity color palette CSS

/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #b0c6d8;
}
.color-3 {
color: #1a604a;
}
.color-4 {
color: #f4e5d7;
}
.color-5 {
color: #e4a41b;
}

/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #b0c6d8;
--color-3: #1a604a;
--color-4: #f4e5d7;
--color-5: #e4a41b;
}

🌈 Sunlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #b0c6d8, #1a604a, #f4e5d7, #e4a41b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #b0c6d8, #1a604a, #f4e5d7, #e4a41b);
}

Sunlit Serenity color palette created on .