Field of Serenity Color Palette

Discover the beautiful Field of Serenity color palette featuring axolotl (#4d6a4e), norway (#a6baa0), sea mist (#c3d5c6), periglacial blue (#e3eadc) and ecru white (#f6f2ea).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Vintage, Neutral, Soft 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 Field of Serenity palette

Share this palette to:

💻 Field of Serenity color palette CSS

/* CSS */
.color-1 {
color: #4d6a4e;
}
.color-2 {
color: #a6baa0;
}
.color-3 {
color: #c3d5c6;
}
.color-4 {
color: #e3eadc;
}
.color-5 {
color: #f6f2ea;
}

/* CSS Variables */
:root {
--color-1: #4d6a4e;
--color-2: #a6baa0;
--color-3: #c3d5c6;
--color-4: #e3eadc;
--color-5: #f6f2ea;
}

🌈 Field of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6a4e, #a6baa0, #c3d5c6, #e3eadc, #f6f2ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6a4e, #a6baa0, #c3d5c6, #e3eadc, #f6f2ea);
}

Field of Serenity color palette created on .