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: #fbbf6a;
}
.color-2 {
color: #f97a1f;
}
.color-3 {
color: #db6124;
}
.color-4 {
color: #b23c24;
}
.color-5 {
color: #7f2a24;
}
/* CSS Variables */
:root {
--color-1: #fbbf6a;
--color-2: #f97a1f;
--color-3: #db6124;
--color-4: #b23c24;
--color-5: #7f2a24;
}
CSS del degradado de fondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbf6a, #f97a1f, #db6124, #b23c24, #7f2a24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbf6a, #f97a1f, #db6124, #b23c24, #7f2a24);
}
Paletas de colores similares
Shades of Orange color palette created on .