Light Blue Star Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Star palette
Light Blue Star color palette CSS
/* CSS */
.color-1 {
color: #f6e1b6;
}
.color-2 {
color: #f9cac3;
}
.color-3 {
color: #a7c6e7;
}
.color-4 {
color: #6fa3d8;
}
.color-5 {
color: #4c6f9a;
}
/* CSS Variables */
:root {
--color-1: #f6e1b6;
--color-2: #f9cac3;
--color-3: #a7c6e7;
--color-4: #6fa3d8;
--color-5: #4c6f9a;
}
Light Blue Star background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b6, #f9cac3, #a7c6e7, #6fa3d8, #4c6f9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b6, #f9cac3, #a7c6e7, #6fa3d8, #4c6f9a);
}
Similar color palettes
Light Blue Star color palette created on .