Elegant Contrast Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Contrast palette

Share this palette to:

Elegant Contrast color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3e3e3;
}
.color-3 {
color: #7d7f8c;
}
.color-4 {
color: #d1b3b3;
}
.color-5 {
color: #a84d4d;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3e3e3;
--color-3: #7d7f8c;
--color-4: #d1b3b3;
--color-5: #a84d4d;
}

Elegant Contrast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3e3e3, #7d7f8c, #d1b3b3, #a84d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3e3e3, #7d7f8c, #d1b3b3, #a84d4d);
}

Elegant Contrast color palette created on .