Stellar Mood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stellar Mood palette

Share this palette to:

Stellar Mood color palette CSS

/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #4e5b8d;
}
.color-3 {
color: #7b8cbc;
}
.color-4 {
color: #a3b6e0;
}
.color-5 {
color: #e0c2c2;
}

/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #4e5b8d;
--color-3: #7b8cbc;
--color-4: #a3b6e0;
--color-5: #e0c2c2;
}

Stellar Mood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #4e5b8d, #7b8cbc, #a3b6e0, #e0c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #4e5b8d, #7b8cbc, #a3b6e0, #e0c2c2);
}

Similar color palettes

Scroll down to explore 3 Blue color palettes

Stellar Mood color palette created on .