Paleta de colores Elegant Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Red palette

Compartir esta paleta en:

CSS de la paleta de colores Elegant Red

/* CSS */
.color-1 {
color: #f1c6a7;
}
.color-2 {
color: #f29a8c;
}
.color-3 {
color: #ef6c6c;
}
.color-4 {
color: #c94a4a;
}
.color-5 {
color: #a8343b;
}

/* CSS Variables */
:root {
--color-1: #f1c6a7;
--color-2: #f29a8c;
--color-3: #ef6c6c;
--color-4: #c94a4a;
--color-5: #a8343b;
}

CSS del degradado de fondo Elegant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6a7, #f29a8c, #ef6c6c, #c94a4a, #a8343b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6a7, #f29a8c, #ef6c6c, #c94a4a, #a8343b);
}

Elegant Red color palette created on .