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