Soft Serenity Color Palette

Discover the beautiful Soft Serenity color palette featuring chetwode blue (#7b7be0), concrete (#f2f2f2), fair pink (#ffebeb), apricot white (#ffffeb) and cold purple (#9a9adb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cream, Elegant, Light, Pastel, Soft, Spring, 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 Soft Serenity palette

Share this palette to:

💻 Soft Serenity color palette CSS

/* CSS */
.color-1 {
color: #7b7be0;
}
.color-2 {
color: #f2f2f2;
}
.color-3 {
color: #ffebeb;
}
.color-4 {
color: #ffffeb;
}
.color-5 {
color: #9a9adb;
}

/* CSS Variables */
:root {
--color-1: #7b7be0;
--color-2: #f2f2f2;
--color-3: #ffebeb;
--color-4: #ffffeb;
--color-5: #9a9adb;
}

🌈 Soft Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b7be0, #f2f2f2, #ffebeb, #ffffeb, #9a9adb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b7be0, #f2f2f2, #ffebeb, #ffffeb, #9a9adb);
}

Soft Serenity color palette created on .