Sakura Serenity Color Palette

Discover the beautiful Sakura Serenity color palette featuring linen (#f8e1d3), maverick (#d2c6d2), pigeon post (#a4b8da), fountain blue (#699bc3) and wedgewood (#4e7fa2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft Summer, Aesthetic, Blue, Light Spring, Peach 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 Sakura Serenity palette

Share this palette to:

💻 Sakura Serenity color palette CSS

/* CSS */
.color-1 {
color: #f8e1d3;
}
.color-2 {
color: #d2c6d2;
}
.color-3 {
color: #a4b8da;
}
.color-4 {
color: #699bc3;
}
.color-5 {
color: #4e7fa2;
}

/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #d2c6d2;
--color-3: #a4b8da;
--color-4: #699bc3;
--color-5: #4e7fa2;
}

🌈 Sakura Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #d2c6d2, #a4b8da, #699bc3, #4e7fa2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #d2c6d2, #a4b8da, #699bc3, #4e7fa2);
}

Sakura Serenity color palette created on .