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