Paleta de colores Shades of Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red

/* CSS */
.color-1 {
color: #f8c78b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d86b69;
}
.color-4 {
color: #aa5059;
}
.color-5 {
color: #4b3b3a;
}

/* CSS Variables */
:root {
--color-1: #f8c78b;
--color-2: #ff6e61;
--color-3: #d86b69;
--color-4: #aa5059;
--color-5: #4b3b3a;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c78b, #ff6e61, #d86b69, #aa5059, #4b3b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c78b, #ff6e61, #d86b69, #aa5059, #4b3b3a);
}

Shades of Red color palette created on .