Winter Psychedelic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Psychedelic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Winter Psychedelic Color Palette (PNG)
Winter Psychedelic color palette CSS
/* CSS */
.color-1 {
color: #4c94dc;
}
.color-2 {
color: #71508b;
}
.color-3 {
color: #8e6aa0;
}
.color-4 {
color: #aad3e4;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #4c94dc;
--color-2: #71508b;
--color-3: #8e6aa0;
--color-4: #aad3e4;
--color-5: #f0f8ff;
}
Winter Psychedelic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c94dc, #71508b, #8e6aa0, #aad3e4, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c94dc, #71508b, #8e6aa0, #aad3e4, #f0f8ff);
}
Similar color palettes
Winter Psychedelic color palette created on .