Stellar Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stellar Dreams palette

Share this palette to:

Stellar Dreams color palette CSS

/* CSS */
.color-1 {
color: #5084b4;
}
.color-2 {
color: #87b3d4;
}
.color-3 {
color: #f6d2a2;
}
.color-4 {
color: #f3c12b;
}
.color-5 {
color: #f28e1c;
}

/* CSS Variables */
:root {
--color-1: #5084b4;
--color-2: #87b3d4;
--color-3: #f6d2a2;
--color-4: #f3c12b;
--color-5: #f28e1c;
}

Stellar Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5084b4, #87b3d4, #f6d2a2, #f3c12b, #f28e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5084b4, #87b3d4, #f6d2a2, #f3c12b, #f28e1c);
}

Stellar Dreams color palette created on .