Iris Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Iris Reverie palette
Iris Reverie color palette CSS
/* CSS */
.color-1 {
color: #1c7e9c;
}
.color-2 {
color: #e1af7a;
}
.color-3 {
color: #f7d58d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d34d3c;
}
/* CSS Variables */
:root {
--color-1: #1c7e9c;
--color-2: #e1af7a;
--color-3: #f7d58d;
--color-4: #ff6e61;
--color-5: #d34d3c;
}
Iris Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7e9c, #e1af7a, #f7d58d, #ff6e61, #d34d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7e9c, #e1af7a, #f7d58d, #ff6e61, #d34d3c);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Iris Reverie color palette created on .