Paleta de colores Old Scarlet

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Old Scarlet palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Old Scarlet

Download old scarlet color palette PNG image (landscape)
Download old scarlet color palette PNG image (square)

CSS de la paleta de colores Old Scarlet

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #a7393f;
}
.color-3 {
color: #694955;
}
.color-4 {
color: #d57e76;
}
.color-5 {
color: #f1baa2;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #a7393f;
--color-3: #694955;
--color-4: #d57e76;
--color-5: #f1baa2;
}

CSS del degradado de fondo Old Scarlet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #a7393f, #694955, #d57e76, #f1baa2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #a7393f, #694955, #d57e76, #f1baa2);
}

Old Scarlet color palette created on .