Blue Starlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Starlight palette
Blue Starlight color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #c5d8d4;
}
.color-3 {
color: #6ea3b4;
}
.color-4 {
color: #3c7a8b;
}
.color-5 {
color: #1d4e6d;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #c5d8d4;
--color-3: #6ea3b4;
--color-4: #3c7a8b;
--color-5: #1d4e6d;
}
Blue Starlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #c5d8d4, #6ea3b4, #3c7a8b, #1d4e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #c5d8d4, #6ea3b4, #3c7a8b, #1d4e6d);
}
Similar color palettes
Blue Starlight color palette created on .