Cosmic Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Dream palette

Share this palette to:

Cosmic Dream color palette PNG image

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: #00bdd6;
}
.color-2 {
color: #4051b5;
}
.color-3 {
color: #673ab6;
}
.color-4 {
color: #9b27b0;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #4051b5;
--color-3: #673ab6;
--color-4: #9b27b0;
--color-5: #ffffff;
}

Cosmic Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #4051b5, #673ab6, #9b27b0, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #4051b5, #673ab6, #9b27b0, #ffffff);
}

Cosmic Dream color palette created on .