Paleta de colores Elegant Contrast

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Contrast palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Contrast

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

CSS de la paleta de colores Elegant Contrast

/* 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;
}

CSS del degradado de fondo Elegant Contrast

/* 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 .