Elevated Serenity Color Palette

Discover the beautiful Elevated Serenity color palette featuring san juan (#294166), smalt blue (#56788b), casper (#a8c3cc), raffia (#eae0bd) and husk (#ba974f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cream, Tan, Teal 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 Elevated Serenity palette

Share this palette to:

💻 Elevated Serenity color palette CSS

/* CSS */
.color-1 {
color: #294166;
}
.color-2 {
color: #56788b;
}
.color-3 {
color: #a8c3cc;
}
.color-4 {
color: #eae0bd;
}
.color-5 {
color: #ba974f;
}

/* CSS Variables */
:root {
--color-1: #294166;
--color-2: #56788b;
--color-3: #a8c3cc;
--color-4: #eae0bd;
--color-5: #ba974f;
}

🌈 Elevated Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #294166, #56788b, #a8c3cc, #eae0bd, #ba974f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #294166, #56788b, #a8c3cc, #eae0bd, #ba974f);
}

Elevated Serenity color palette created on .