Serenity of Amira Color Palette

Discover the beautiful Serenity of Amira color palette featuring rose bud (#f9b1ae), manhattan (#f5c99e), sidecar (#f2e5b0), moss green (#a4d6b8) and morning glory (#a3cfe0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Peach, Green, Blue, Bright 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 Serenity of Amira palette

Share this palette to:

💻 Serenity of Amira color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f2e5b0;
}
.color-4 {
color: #a4d6b8;
}
.color-5 {
color: #a3cfe0;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f5c99e;
--color-3: #f2e5b0;
--color-4: #a4d6b8;
--color-5: #a3cfe0;
}

🌈 Serenity of Amira background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f5c99e, #f2e5b0, #a4d6b8, #a3cfe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f5c99e, #f2e5b0, #a4d6b8, #a3cfe0);
}

Serenity of Amira color palette created on .