Космос Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Космос palette

Share this palette to:

Космос color palette PNG image

Download космос color palette PNG image (landscape)
Download космос color palette PNG image (square)

Космос color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b2b97;
}
.color-3 {
color: #5e3fcf;
}
.color-4 {
color: #8e5cfa;
}
.color-5 {
color: #d2b8ff;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b2b97;
--color-3: #5e3fcf;
--color-4: #8e5cfa;
--color-5: #d2b8ff;
}

Космос background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b2b97, #5e3fcf, #8e5cfa, #d2b8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b2b97, #5e3fcf, #8e5cfa, #d2b8ff);
}

Космос color palette created on .