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