Paleta de colores Sunset Terra
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Terra palette
CSS de la paleta de colores Sunset Terra
/* CSS */
.color-1 {
color: #d94f3a;
}
.color-2 {
color: #c85a3c;
}
.color-3 {
color: #b5692c;
}
.color-4 {
color: #a5892c;
}
.color-5 {
color: #e4b75e;
}
/* CSS Variables */
:root {
--color-1: #d94f3a;
--color-2: #c85a3c;
--color-3: #b5692c;
--color-4: #a5892c;
--color-5: #e4b75e;
}
CSS del degradado de fondo Sunset Terra
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94f3a, #c85a3c, #b5692c, #a5892c, #e4b75e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94f3a, #c85a3c, #b5692c, #a5892c, #e4b75e);
}
Paletas de colores similares
Sunset Terra color palette created on .