Paleta de colores Red Desert

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Desert palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Desert

Download red desert color palette PNG image (landscape)
Download red desert color palette PNG image (square)

CSS de la paleta de colores Red Desert

/* CSS */
.color-1 {
color: #d94f3f;
}
.color-2 {
color: #f68b55;
}
.color-3 {
color: #f9b56c;
}
.color-4 {
color: #f5d27f;
}
.color-5 {
color: #f1e5b7;
}

/* CSS Variables */
:root {
--color-1: #d94f3f;
--color-2: #f68b55;
--color-3: #f9b56c;
--color-4: #f5d27f;
--color-5: #f1e5b7;
}

CSS del degradado de fondo Red Desert

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94f3f, #f68b55, #f9b56c, #f5d27f, #f1e5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94f3f, #f68b55, #f9b56c, #f5d27f, #f1e5b7);
}

Red Desert color palette created on .