Shawn's Serenity Color Palette

Discover the beautiful Shawn's Serenity color palette featuring viridian green (#6a9080), opal (#a4c6c4), parchment (#f1e4d5), rose bud (#f9b9a9) and cabaret (#d6386a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Modern, Nature, Pink, Soft, Summer, Teal 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 Shawn's Serenity palette

Share this palette to:

💻 Shawn's Serenity color palette CSS

/* CSS */
.color-1 {
color: #6a9080;
}
.color-2 {
color: #a4c6c4;
}
.color-3 {
color: #f1e4d5;
}
.color-4 {
color: #f9b9a9;
}
.color-5 {
color: #d6386a;
}

/* CSS Variables */
:root {
--color-1: #6a9080;
--color-2: #a4c6c4;
--color-3: #f1e4d5;
--color-4: #f9b9a9;
--color-5: #d6386a;
}

🌈 Shawn's Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9080, #a4c6c4, #f1e4d5, #f9b9a9, #d6386a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9080, #a4c6c4, #f1e4d5, #f9b9a9, #d6386a);
}

Shawn's Serenity color palette created on .