Iris Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Iris Dreamscape palette
Iris Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #e6b3e0;
}
.color-4 {
color: #f4d19f;
}
.color-5 {
color: #f7c678;
}
/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #a77ccb;
--color-3: #e6b3e0;
--color-4: #f4d19f;
--color-5: #f7c678;
}
Iris Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #a77ccb, #e6b3e0, #f4d19f, #f7c678);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #a77ccb, #e6b3e0, #f4d19f, #f7c678);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Iris Dreamscape color palette created on .