Paleta de colores Shades of Sorrel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Sorrel palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Sorrel

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b1c0a5;
}
.color-3 {
color: #d4e3ce;
}
.color-4 {
color: #f1e8b1;
}
.color-5 {
color: #f99c3e;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b1c0a5;
--color-3: #d4e3ce;
--color-4: #f1e8b1;
--color-5: #f99c3e;
}

CSS del degradado de fondo Shades of Sorrel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b1c0a5, #d4e3ce, #f1e8b1, #f99c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b1c0a5, #d4e3ce, #f1e8b1, #f99c3e);
}

Shades of Sorrel color palette created on .