Modern Chic Color Palette

Discover the beautiful Modern Chic color palette featuring concrete (#f2f2f2), tickle me pink (#ff7092), chambray (#3d5c99), regent st blue (#a0d8e4) and scampi (#5d5c99).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Bright, Gray, Modern, Pink, Spring, Summer, Vibrant, White 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 Modern Chic palette

Share this palette to:

💻 Modern Chic color palette CSS

/* CSS */
.color-1 {
color: #f2f2f2;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #3d5c99;
}
.color-4 {
color: #a0d8e4;
}
.color-5 {
color: #5d5c99;
}

/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #ff7092;
--color-3: #3d5c99;
--color-4: #a0d8e4;
--color-5: #5d5c99;
}

🌈 Modern Chic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #ff7092, #3d5c99, #a0d8e4, #5d5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #ff7092, #3d5c99, #a0d8e4, #5d5c99);
}

Modern Chic color palette created on .