Blue Starlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Starlight palette

Share this palette to:

Blue Starlight color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #b8c9e0;
}
.color-3 {
color: #6a9cdc;
}
.color-4 {
color: #4975b6;
}
.color-5 {
color: #3f5d8d;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #b8c9e0;
--color-3: #6a9cdc;
--color-4: #4975b6;
--color-5: #3f5d8d;
}

Blue Starlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #b8c9e0, #6a9cdc, #4975b6, #3f5d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #b8c9e0, #6a9cdc, #4975b6, #3f5d8d);
}

Blue Starlight color palette created on .