Whispers of Aroace Color Palette

Discover the beautiful Whispers of Aroace color palette featuring manhattan (#f7c7ab), ice cold (#abf7da), sail (#abd4f7), illusion (#f7abe5) and manhattan (#f7b79c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Bright, Aesthetic, Pink, Green 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 Whispers of Aroace palette

Share this palette to:

💻 Whispers of Aroace color palette CSS

/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #abf7da;
}
.color-3 {
color: #abd4f7;
}
.color-4 {
color: #f7abe5;
}
.color-5 {
color: #f7b79c;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #abf7da;
--color-3: #abd4f7;
--color-4: #f7abe5;
--color-5: #f7b79c;
}

🌈 Whispers of Aroace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #abf7da, #abd4f7, #f7abe5, #f7b79c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #abf7da, #abd4f7, #f7abe5, #f7b79c);
}

Whispers of Aroace color palette created on .