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