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: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d8b5a2;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #6b5b95;
}
/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #d8b5a2;
--color-4: #a8d3e1;
--color-5: #6b5b95;
}
CSS del degradado de fondo Orange Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #d8b5a2, #a8d3e1, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #d8b5a2, #a8d3e1, #6b5b95);
}
Paletas de colores similares
Orange Sunset color palette created on .