Winter Psychedelic Iridescent Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Psychedelic Iridescent palette
Winter Psychedelic Iridescent color palette PNG image
Winter Psychedelic Iridescent color palette CSS
/* CSS */
.color-1 {
color: #a1dae2;
}
.color-2 {
color: #d9cae2;
}
.color-3 {
color: #f1a7c8;
}
.color-4 {
color: #ffb3ba;
}
.color-5 {
color: #ff8a92;
}
/* CSS Variables */
:root {
--color-1: #a1dae2;
--color-2: #d9cae2;
--color-3: #f1a7c8;
--color-4: #ffb3ba;
--color-5: #ff8a92;
}
Winter Psychedelic Iridescent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dae2, #d9cae2, #f1a7c8, #ffb3ba, #ff8a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dae2, #d9cae2, #f1a7c8, #ffb3ba, #ff8a92);
}
Similar color palettes
Scroll down to explore 6 Winter color palettes
Winter Psychedelic Iridescent color palette created on .