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