Haunting Winter Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Haunting Winter Dream palette
Haunting Winter Dream color palette PNG image
Haunting Winter Dream color palette CSS
/* CSS */
.color-1 {
color: #c2e0e5;
}
.color-2 {
color: #a2d6e7;
}
.color-3 {
color: #85c3e5;
}
.color-4 {
color: #5a9dd8;
}
.color-5 {
color: #3a7a9c;
}
/* CSS Variables */
:root {
--color-1: #c2e0e5;
--color-2: #a2d6e7;
--color-3: #85c3e5;
--color-4: #5a9dd8;
--color-5: #3a7a9c;
}
Haunting Winter Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2e0e5, #a2d6e7, #85c3e5, #5a9dd8, #3a7a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2e0e5, #a2d6e7, #85c3e5, #5a9dd8, #3a7a9c);
}
Similar color palettes
Haunting Winter Dream color palette created on .