Blue Stardrop Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Stardrop palette

Share this palette to:

Blue Stardrop color palette CSS

/* CSS */
.color-1 {
color: #1e8ebe;
}
.color-2 {
color: #4dbbd1;
}
.color-3 {
color: #8de7e2;
}
.color-4 {
color: #f8c76d;
}
.color-5 {
color: #f56b6b;
}

/* CSS Variables */
:root {
--color-1: #1e8ebe;
--color-2: #4dbbd1;
--color-3: #8de7e2;
--color-4: #f8c76d;
--color-5: #f56b6b;
}

Blue Stardrop background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8ebe, #4dbbd1, #8de7e2, #f8c76d, #f56b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8ebe, #4dbbd1, #8de7e2, #f8c76d, #f56b6b);
}

Blue Stardrop color palette created on .