Paleta de colores Sunset Over the Prairie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Over the Prairie palette
CSS de la paleta de colores Sunset Over the Prairie
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #e6b800;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #8c5a2b;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #ffcc00;
--color-3: #e6b800;
--color-4: #c39969;
--color-5: #8c5a2b;
}
CSS del degradado de fondo Sunset Over the Prairie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #ffcc00, #e6b800, #c39969, #8c5a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #ffcc00, #e6b800, #c39969, #8c5a2b);
}
Paletas de colores similares
Sunset Over the Prairie color palette created on .