Haunting Iridescence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Haunting Iridescence palette
Color Inspiration
Images that showcase this color palette in real designs
Download Haunting Iridescence Color Palette (PNG)
Haunting Iridescence color palette CSS
/* CSS */
.color-1 {
color: #a1d6e2;
}
.color-2 {
color: #6f9ad3;
}
.color-3 {
color: #4b8abe;
}
.color-4 {
color: #3f5b92;
}
.color-5 {
color: #1e396b;
}
/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #6f9ad3;
--color-3: #4b8abe;
--color-4: #3f5b92;
--color-5: #1e396b;
}
Haunting Iridescence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #6f9ad3, #4b8abe, #3f5b92, #1e396b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #6f9ad3, #4b8abe, #3f5b92, #1e396b);
}
Similar color palettes
Haunting Iridescence color palette created on .