Asmr Color Palette

Discover the beautiful Asmr color palette featuring french lilac (#dfc7f0), cold purple (#b0a7d7), wild blue yonder (#8c8ec0), indigo (#5a69bf) and chambray (#3c4e90).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Lavender, Light, Modern, Pastel, Soft 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 Asmr palette

Share this palette to:

💻 Asmr color palette CSS

/* CSS */
.color-1 {
color: #dfc7f0;
}
.color-2 {
color: #b0a7d7;
}
.color-3 {
color: #8c8ec0;
}
.color-4 {
color: #5a69bf;
}
.color-5 {
color: #3c4e90;
}

/* CSS Variables */
:root {
--color-1: #dfc7f0;
--color-2: #b0a7d7;
--color-3: #8c8ec0;
--color-4: #5a69bf;
--color-5: #3c4e90;
}

🌈 Asmr background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc7f0, #b0a7d7, #8c8ec0, #5a69bf, #3c4e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc7f0, #b0a7d7, #8c8ec0, #5a69bf, #3c4e90);
}

Asmr color palette created on .