Severe Serenity Color Palette

Discover the beautiful Severe Serenity color palette featuring kelp (#3a3b35), bandicoot (#7c7a6a), green smoke (#a3a35c), tulip tree (#e6b52d) and brick red (#d22d3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Dark, Earthy, Green, Modern, Neutral, Red, Vintage, 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 Severe Serenity palette

Share this palette to:

💻 Severe Serenity color palette CSS

/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #7c7a6a;
}
.color-3 {
color: #a3a35c;
}
.color-4 {
color: #e6b52d;
}
.color-5 {
color: #d22d3d;
}

/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #7c7a6a;
--color-3: #a3a35c;
--color-4: #e6b52d;
--color-5: #d22d3d;
}

🌈 Severe Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #7c7a6a, #a3a35c, #e6b52d, #d22d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #7c7a6a, #a3a35c, #e6b52d, #d22d3d);
}

Severe Serenity color palette created on .