Paleta de colores Beige and Crimson

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beige and Crimson palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Beige and Crimson

Download beige and crimson color palette PNG image (landscape)
Download beige and crimson color palette PNG image (square)

CSS de la paleta de colores Beige and Crimson

/* CSS */
.color-1 {
color: #e6ca89;
}
.color-2 {
color: #d8a369;
}
.color-3 {
color: #c9584f;
}
.color-4 {
color: #b42c27;
}
.color-5 {
color: #950404;
}

/* CSS Variables */
:root {
--color-1: #e6ca89;
--color-2: #d8a369;
--color-3: #c9584f;
--color-4: #b42c27;
--color-5: #950404;
}

CSS del degradado de fondo Beige and Crimson

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ca89, #d8a369, #c9584f, #b42c27, #950404);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ca89, #d8a369, #c9584f, #b42c27, #950404);
}

Beige and Crimson color palette created on .