Whispers of Iris Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Iris palette
Whispers of Iris color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #7991d7;
}
.color-3 {
color: #98b3e1;
}
.color-4 {
color: #b5d9f2;
}
.color-5 {
color: #e0c2e5;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7991d7;
--color-3: #98b3e1;
--color-4: #b5d9f2;
--color-5: #e0c2e5;
}
Whispers of Iris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7991d7, #98b3e1, #b5d9f2, #e0c2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7991d7, #98b3e1, #b5d9f2, #e0c2e5);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whispers of Iris color palette created on .