Refined Serenity Color Palette

Discover the beautiful Refined Serenity color palette featuring astronaut (#264b69), ming (#3d7385), horizon (#588ea7), neptune (#86bac1) and casper (#a1c5ce).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Muted, Coastal, Aqua, Earthy, Soft, Winter, Modern 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: #3d7385;
}
.color-3 {
color: #588ea7;
}
.color-4 {
color: #86bac1;
}
.color-5 {
color: #a1c5ce;
}

/* CSS Variables */
:root {
--color-1: #264b69;
--color-2: #3d7385;
--color-3: #588ea7;
--color-4: #86bac1;
--color-5: #a1c5ce;
}

🌈 Refined Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}

Refined Serenity color palette created on .