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