Icicle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Icicle palette
Icicle color palette PNG image
Icicle color palette CSS
/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #b3e1e5;
}
.color-3 {
color: #c8f0f4;
}
.color-4 {
color: #d8e9f3;
}
.color-5 {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #b3e1e5;
--color-3: #c8f0f4;
--color-4: #d8e9f3;
--color-5: #f5f9ff;
}
Icicle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #b3e1e5, #c8f0f4, #d8e9f3, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #b3e1e5, #c8f0f4, #d8e9f3, #f5f9ff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Icicle color palette created on .