Premium Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Premium palette

Share this palette to:

Download Premium Color Palette (PNG)

Download premium color palette PNG image (landscape)
Download premium color palette PNG image (square)

Premium color palette CSS

/* CSS */
.color-1 {
color: #1d1d4e;
}
.color-2 {
color: #50507c;
}
.color-3 {
color: #7b7ba3;
}
.color-4 {
color: #b341f1;
}
.color-5 {
color: #d63d4d;
}

/* CSS Variables */
:root {
--color-1: #1d1d4e;
--color-2: #50507c;
--color-3: #7b7ba3;
--color-4: #b341f1;
--color-5: #d63d4d;
}

Premium background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d4e, #50507c, #7b7ba3, #b341f1, #d63d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d4e, #50507c, #7b7ba3, #b341f1, #d63d4d);
}

Premium color palette created on .