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