Modern Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Modern Elegance palette

Share this palette to:

Download Modern Elegance Color Palette (PNG)

Download modern elegance color palette PNG image (landscape)
Download modern elegance color palette PNG image (square)

Modern Elegance color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #8a9093;
}
.color-3 {
color: #a34d4d;
}
.color-4 {
color: #803f8d;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #8a9093;
--color-3: #a34d4d;
--color-4: #803f8d;
--color-5: #00bdd6;
}

Modern Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #8a9093, #a34d4d, #803f8d, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #8a9093, #a34d4d, #803f8d, #00bdd6);
}

Modern Elegance color palette created on .