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