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