Light Powder Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Powder Blue palette
Light Powder Blue color palette CSS
/* CSS */
.color-1 {
color: #afeeee;
}
.color-2 {
color: #b4e1ee;
}
.color-3 {
color: #b8e2e5;
}
.color-4 {
color: #a2d2e2;
}
.color-5 {
color: #89cfeb;
}
/* CSS Variables */
:root {
--color-1: #afeeee;
--color-2: #b4e1ee;
--color-3: #b8e2e5;
--color-4: #a2d2e2;
--color-5: #89cfeb;
}
Light Powder Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afeeee, #b4e1ee, #b8e2e5, #a2d2e2, #89cfeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afeeee, #b4e1ee, #b8e2e5, #a2d2e2, #89cfeb);
}
Similar color palettes
Light Powder Blue color palette created on .