Dusky Serenity Color Palette
Discover the beautiful Dusky Serenity color palette featuring mulled wine (#4b4e6c), lynch (#6b7c94), bali hai (#8ca0b5), casper (#b6c9d8) and black squeeze (#e5f3f6).
Brightness
Saturation
Warmth
💡 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 Dusky Serenity palette
💻 Dusky Serenity color palette CSS
/* CSS */
.color-1 {
color: #4b4e6c;
}
.color-2 {
color: #6b7c94;
}
.color-3 {
color: #8ca0b5;
}
.color-4 {
color: #b6c9d8;
}
.color-5 {
color: #e5f3f6;
}
/* CSS Variables */
:root {
--color-1: #4b4e6c;
--color-2: #6b7c94;
--color-3: #8ca0b5;
--color-4: #b6c9d8;
--color-5: #e5f3f6;
} 🌈 Dusky Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4e6c, #6b7c94, #8ca0b5, #b6c9d8, #e5f3f6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4e6c, #6b7c94, #8ca0b5, #b6c9d8, #e5f3f6);
} 🔗 Explore similar color palettes
Dusky Serenity color palette created on .