Iris Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Iris Blue palette
Iris Blue color palette CSS
/* CSS */
.color-1 {
color: #5d6cc0;
}
.color-2 {
color: #8f9cff;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #eab7eb;
}
/* CSS Variables */
:root {
--color-1: #5d6cc0;
--color-2: #8f9cff;
--color-3: #a6c6ed;
--color-4: #d8c0d8;
--color-5: #eab7eb;
}
Iris Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6cc0, #8f9cff, #a6c6ed, #d8c0d8, #eab7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6cc0, #8f9cff, #a6c6ed, #d8c0d8, #eab7eb);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Iris Blue color palette created on .