Nightingale Iris Color Palette
Discover the beautiful Nightingale Iris color palette featuring victoria (#5c3f8d), scampi (#695b9a), kimberly (#8e7fa4), london hue (#bda3c7) and we peep (#f2cfe4).
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 Nightingale Iris palette
💻 Nightingale Iris color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #695b9a;
}
.color-3 {
color: #8e7fa4;
}
.color-4 {
color: #bda3c7;
}
.color-5 {
color: #f2cfe4;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #695b9a;
--color-3: #8e7fa4;
--color-4: #bda3c7;
--color-5: #f2cfe4;
} 🌈 Nightingale Iris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #695b9a, #8e7fa4, #bda3c7, #f2cfe4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #695b9a, #8e7fa4, #bda3c7, #f2cfe4);
} 🔗 Explore similar color palettes
Nightingale Iris color palette created on .