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