Paleta de colores Orange Dogthing
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Dogthing palette
CSS de la paleta de colores Orange Dogthing
/* CSS */
.color-1 {
color: #f1e1a7;
}
.color-2 {
color: #f4ba4e;
}
.color-3 {
color: #e16a37;
}
.color-4 {
color: #d24e2d;
}
.color-5 {
color: #a63e30;
}
/* CSS Variables */
:root {
--color-1: #f1e1a7;
--color-2: #f4ba4e;
--color-3: #e16a37;
--color-4: #d24e2d;
--color-5: #a63e30;
}
CSS del degradado de fondo Orange Dogthing
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e1a7, #f4ba4e, #e16a37, #d24e2d, #a63e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e1a7, #f4ba4e, #e16a37, #d24e2d, #a63e30);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Orange Dogthing color palette created on .