Discover the beautiful Serene Vitality color palette featuring morning glory (#a3d5e0), cruise (#b9e9da), panache (#e9f6ec), citrine white (#f0f9d2) and peach yellow (#f8e1af).

Serene Vitality Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Serene Vitality palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Serene Vitality palette

Share this palette to:

💻 Serene Vitality color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #b9e9da;
}
.color-3 {
color: #e9f6ec;
}
.color-4 {
color: #f0f9d2;
}
.color-5 {
color: #f8e1af;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #b9e9da;
--color-3: #e9f6ec;
--color-4: #f0f9d2;
--color-5: #f8e1af;
}

🌈 Serene Vitality background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #b9e9da, #e9f6ec, #f0f9d2, #f8e1af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #b9e9da, #e9f6ec, #f0f9d2, #f8e1af);
}

Serene Vitality color palette created on .