Cosmic Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Dream palette

Share this palette to:

Download Cosmic Dream Color Palette (PNG)

Download cosmic dream color palette PNG image (landscape)
Download cosmic dream color palette PNG image (square)

Cosmic Dream color palette CSS

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #2a2e6f;
}
.color-3 {
color: #4f5092;
}
.color-4 {
color: #7a7bb3;
}
.color-5 {
color: #b6b8e2;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #2a2e6f;
--color-3: #4f5092;
--color-4: #7a7bb3;
--color-5: #b6b8e2;
}

Cosmic Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #2a2e6f, #4f5092, #7a7bb3, #b6b8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #2a2e6f, #4f5092, #7a7bb3, #b6b8e2);
}

Cosmic Dream color palette created on .