Sombra de Soledad Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sombra de Soledad palette

Share this palette to:

Sombra de Soledad color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f06c00;
}
.color-4 {
color: #d66000;
}
.color-5 {
color: #b34100;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #fab700;
--color-3: #f06c00;
--color-4: #d66000;
--color-5: #b34100;
}

Sombra de Soledad background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #fab700, #f06c00, #d66000, #b34100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #fab700, #f06c00, #d66000, #b34100);
}

Sombra de Soledad color palette created on .