Paleta de colores Warm Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Red palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Red

/* CSS */
.color-1 {
color: #c54e30;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #fce8a6;
}
.color-4 {
color: #6f9081;
}
.color-5 {
color: #3b4e3e;
}

/* CSS Variables */
:root {
--color-1: #c54e30;
--color-2: #f9a94e;
--color-3: #fce8a6;
--color-4: #6f9081;
--color-5: #3b4e3e;
}

CSS del degradado de fondo Warm Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c54e30, #f9a94e, #fce8a6, #6f9081, #3b4e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c54e30, #f9a94e, #fce8a6, #6f9081, #3b4e3e);
}

Warm Red color palette created on .