Refined Serenity Color Palette

Discover the beautiful Refined Serenity color palette featuring astronaut (#264b69), ming (#3d7486), horizon (#598fa8), neptune (#84b9c0) and casper (#a2c5cf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Coastal, Earthy, Modern, Muted, Soft, Teal, Winter 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 Refined Serenity palette

Share this palette to:

💻 Refined Serenity color palette CSS

/* CSS */
.color-1 {
color: #264b69;
}
.color-2 {
color: #3d7486;
}
.color-3 {
color: #598fa8;
}
.color-4 {
color: #84b9c0;
}
.color-5 {
color: #a2c5cf;
}

/* CSS Variables */
:root {
--color-1: #264b69;
--color-2: #3d7486;
--color-3: #598fa8;
--color-4: #84b9c0;
--color-5: #a2c5cf;
}

🌈 Refined Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #264b69, #3d7486, #598fa8, #84b9c0, #a2c5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #264b69, #3d7486, #598fa8, #84b9c0, #a2c5cf);
}

Refined Serenity color palette created on .