Cosmic Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Dreams palette

Share this palette to:

Cosmic Dreams color palette PNG image

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

Cosmic Dreams color palette CSS

/* CSS */
.color-1 {
color: #1c1e26;
}
.color-2 {
color: #3b2a60;
}
.color-3 {
color: #5c4f8c;
}
.color-4 {
color: #8d6ab9;
}
.color-5 {
color: #d1c7e1;
}

/* CSS Variables */
:root {
--color-1: #1c1e26;
--color-2: #3b2a60;
--color-3: #5c4f8c;
--color-4: #8d6ab9;
--color-5: #d1c7e1;
}

Cosmic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e26, #3b2a60, #5c4f8c, #8d6ab9, #d1c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e26, #3b2a60, #5c4f8c, #8d6ab9, #d1c7e1);
}

Cosmic Dreams color palette created on .