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: #5b40a0;
}
.color-2 {
color: #8e5abf;
}
.color-3 {
color: #b0a1d9;
}
.color-4 {
color: #d3c1e1;
}
.color-5 {
color: #e5d0e7;
}
/* CSS Variables */
:root {
--color-1: #5b40a0;
--color-2: #8e5abf;
--color-3: #b0a1d9;
--color-4: #d3c1e1;
--color-5: #e5d0e7;
}
Whispers of Iris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b40a0, #8e5abf, #b0a1d9, #d3c1e1, #e5d0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b40a0, #8e5abf, #b0a1d9, #d3c1e1, #e5d0e7);
}
Similar color palettes
Whispers of Iris color palette created on .