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