Arlette Color Palette

Discover the beautiful Arlette color palette featuring corvette (#f9c99f), manhattan (#f5b7a3), tacao (#f29c8d), deep blush (#ea6c8b) and cerise (#d94a9d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Flower, Pink, Soft, Spring, Summer, 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 Arlette palette

Share this palette to:

💻 Arlette color palette CSS

/* CSS */
.color-1 {
color: #f9c99f;
}
.color-2 {
color: #f5b7a3;
}
.color-3 {
color: #f29c8d;
}
.color-4 {
color: #ea6c8b;
}
.color-5 {
color: #d94a9d;
}

/* CSS Variables */
:root {
--color-1: #f9c99f;
--color-2: #f5b7a3;
--color-3: #f29c8d;
--color-4: #ea6c8b;
--color-5: #d94a9d;
}

🌈 Arlette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c99f, #f5b7a3, #f29c8d, #ea6c8b, #d94a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c99f, #f5b7a3, #f29c8d, #ea6c8b, #d94a9d);
}

Arlette color palette created on .