Light Blue Cloud Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Cloud palette
Light Blue Cloud color palette CSS
/* CSS */
.color-1 {
color: #a1c2e3;
}
.color-2 {
color: #e2f8e6;
}
.color-3 {
color: #f9d89a;
}
.color-4 {
color: #f6aba2;
}
.color-5 {
color: #f3728c;
}
/* CSS Variables */
:root {
--color-1: #a1c2e3;
--color-2: #e2f8e6;
--color-3: #f9d89a;
--color-4: #f6aba2;
--color-5: #f3728c;
}
Light Blue Cloud background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c2e3, #e2f8e6, #f9d89a, #f6aba2, #f3728c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c2e3, #e2f8e6, #f9d89a, #f6aba2, #f3728c);
}
Similar color palettes
Scroll down to explore 900+ Bright color palettes
Light Blue Cloud color palette created on .