Ice Wind Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ice Wind palette
Ice Wind color palette CSS
/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #a1c5d9;
}
.color-3 {
color: #77b5d4;
}
.color-4 {
color: #5a9bb5;
}
.color-5 {
color: #f0e2c7;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #a1c5d9;
--color-3: #77b5d4;
--color-4: #5a9bb5;
--color-5: #f0e2c7;
}
Ice Wind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #a1c5d9, #77b5d4, #5a9bb5, #f0e2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #a1c5d9, #77b5d4, #5a9bb5, #f0e2c7);
}
Similar color palettes
Ice Wind color palette created on .