Iridescent Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Iridescent Reverie palette
Iridescent Reverie color palette CSS
/* CSS */
.color-1 {
color: #e9d9c3;
}
.color-2 {
color: #c7b3a8;
}
.color-3 {
color: #9e8a8a;
}
.color-4 {
color: #805b7f;
}
.color-5 {
color: #4b3d6b;
}
/* CSS Variables */
:root {
--color-1: #e9d9c3;
--color-2: #c7b3a8;
--color-3: #9e8a8a;
--color-4: #805b7f;
--color-5: #4b3d6b;
}
Iridescent Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d9c3, #c7b3a8, #9e8a8a, #805b7f, #4b3d6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d9c3, #c7b3a8, #9e8a8a, #805b7f, #4b3d6b);
}
Similar color palettes
Iridescent Reverie color palette created on .