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: #f5e3b2;
}
.color-2 {
color: #b5c8e3;
}
.color-3 {
color: #a6c4d9;
}
.color-4 {
color: #6d9dc5;
}
.color-5 {
color: #3e5b79;
}

/* CSS Variables */
:root {
--color-1: #f5e3b2;
--color-2: #b5c8e3;
--color-3: #a6c4d9;
--color-4: #6d9dc5;
--color-5: #3e5b79;
}

Blue Starlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b2, #b5c8e3, #a6c4d9, #6d9dc5, #3e5b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b2, #b5c8e3, #a6c4d9, #6d9dc5, #3e5b79);
}

Blue Starlight color palette created on .