Paleta de colores Elegant Contrast

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Contrast palette

Compartir esta paleta en:

CSS de la paleta de colores Elegant Contrast

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #f9e3d2;
}
.color-3 {
color: #707070;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #e6cfb3;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #f9e3d2;
--color-3: #707070;
--color-4: #ffffff;
--color-5: #e6cfb3;
}

CSS del degradado de fondo Elegant Contrast

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #f9e3d2, #707070, #ffffff, #e6cfb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #f9e3d2, #707070, #ffffff, #e6cfb3);
}

Elegant Contrast color palette created on .