Iris Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Iris palette
Iris color palette PNG image
Iris color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #4a0080;
}
.color-3 {
color: #9470db;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #4a0080;
--color-3: #9470db;
--color-4: #d8c0d8;
--color-5: #f0e78e;
}
Iris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #4a0080, #9470db, #d8c0d8, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #4a0080, #9470db, #d8c0d8, #f0e78e);
}
Similar color palettes
Iris color palette created on .