Ice Blue Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ice Blue Dream palette
Ice Blue Dream color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b2e0d6;
}
.color-3 {
color: #e6f9f7;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #a0d5e9;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e0d6;
--color-3: #e6f9f7;
--color-4: #ffffff;
--color-5: #a0d5e9;
}
Ice Blue Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e0d6, #e6f9f7, #ffffff, #a0d5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e0d6, #e6f9f7, #ffffff, #a0d5e9);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ice Blue Dream color palette created on .