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