Eclipse Royale Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipse Royale palette

Share this palette to:

Eclipse Royale color palette CSS

/* CSS */
.color-1 {
color: #202028;
}
.color-2 {
color: #3a3a4b;
}
.color-3 {
color: #59597d;
}
.color-4 {
color: #ba6c2c;
}
.color-5 {
color: #d74c3c;
}

/* CSS Variables */
:root {
--color-1: #202028;
--color-2: #3a3a4b;
--color-3: #59597d;
--color-4: #ba6c2c;
--color-5: #d74c3c;
}

Eclipse Royale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #202028, #3a3a4b, #59597d, #ba6c2c, #d74c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #202028, #3a3a4b, #59597d, #ba6c2c, #d74c3c);
}

Eclipse Royale color palette created on .