Cosmic Entity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Entity palette

Share this palette to:

Download Cosmic Entity Color Palette (PNG)

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

Cosmic Entity color palette CSS

/* CSS */
.color-1 {
color: #5900b8;
}
.color-2 {
color: #851aff;
}
.color-3 {
color: #af7aff;
}
.color-4 {
color: #ffe7b8;
}
.color-5 {
color: #ffc847;
}

/* CSS Variables */
:root {
--color-1: #5900b8;
--color-2: #851aff;
--color-3: #af7aff;
--color-4: #ffe7b8;
--color-5: #ffc847;
}

Cosmic Entity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5900b8, #851aff, #af7aff, #ffe7b8, #ffc847);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5900b8, #851aff, #af7aff, #ffe7b8, #ffc847);
}

Cosmic Entity color palette created on .