Seasons of Serenity Color Palette

Discover the beautiful Seasons of Serenity color palette featuring energy yellow (#f9d55d), burnt sienna (#f1694b), cadillac (#b44b6c), butterfly bush (#6b4f8c) and breaker bay (#4c9e8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Summer, Fall, Warm, Green 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 Seasons of Serenity palette

Share this palette to:

💻 Seasons of Serenity color palette CSS

/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f1694b;
}
.color-3 {
color: #b44b6c;
}
.color-4 {
color: #6b4f8c;
}
.color-5 {
color: #4c9e8e;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f1694b;
--color-3: #b44b6c;
--color-4: #6b4f8c;
--color-5: #4c9e8e;
}

🌈 Seasons of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f1694b, #b44b6c, #6b4f8c, #4c9e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f1694b, #b44b6c, #6b4f8c, #4c9e8e);
}

Seasons of Serenity color palette created on .