Iridescent Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Iridescent Dreams palette

Share this palette to:

Iridescent Dreams color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f6b6c6;
}
.color-3 {
color: #f7e0a1;
}
.color-4 {
color: #ffcba3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f6b6c6;
--color-3: #f7e0a1;
--color-4: #ffcba3;
--color-5: #ff6e61;
}

Iridescent Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f6b6c6, #f7e0a1, #ffcba3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f6b6c6, #f7e0a1, #ffcba3, #ff6e61);
}

Iridescent Dreams color palette created on .