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