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