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 PNG image

Download elegant contrast color palette PNG image (landscape)
Download elegant contrast color palette PNG image (square)

Elegant Contrast color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #4a1c24;
}
.color-3 {
color: #f2f2f2;
}
.color-4 {
color: #a24e53;
}
.color-5 {
color: #e6e6e6;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #4a1c24;
--color-3: #f2f2f2;
--color-4: #a24e53;
--color-5: #e6e6e6;
}

Elegant Contrast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #4a1c24, #f2f2f2, #a24e53, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #4a1c24, #f2f2f2, #a24e53, #e6e6e6);
}

Elegant Contrast color palette created on .