Calm Color Palette

Discover the beautiful Calm color palette featuring sail (#a1dff7), celadon (#b4e1a8), maize (#f4d4a4), rose bud (#f9bba4) and froly (#f06090).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Blue, Green, Pastel, Soft, Spring, Sunflower, Vibrant 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 Calm palette

Share this palette to:

💻 Calm color palette CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #b4e1a8;
}
.color-3 {
color: #f4d4a4;
}
.color-4 {
color: #f9bba4;
}
.color-5 {
color: #f06090;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #b4e1a8;
--color-3: #f4d4a4;
--color-4: #f9bba4;
--color-5: #f06090;
}

🌈 Calm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #b4e1a8, #f4d4a4, #f9bba4, #f06090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #b4e1a8, #f4d4a4, #f9bba4, #f06090);
}

Calm color palette created on .