Cosmic Nostalgia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Nostalgia palette

Share this palette to:

Cosmic Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #4c3e7a;
}
.color-3 {
color: #5d599b;
}
.color-4 {
color: #c290d0;
}
.color-5 {
color: #ffcb6b;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #4c3e7a;
--color-3: #5d599b;
--color-4: #c290d0;
--color-5: #ffcb6b;
}

Cosmic Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #4c3e7a, #5d599b, #c290d0, #ffcb6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #4c3e7a, #5d599b, #c290d0, #ffcb6b);
}

Cosmic Nostalgia color palette created on .