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: #f6c146;
}
.color-2 {
color: #f06b42;
}
.color-3 {
color: #d24b6b;
}
.color-4 {
color: #a56fbe;
}
.color-5 {
color: #7c9fcb;
}
/* CSS Variables */
:root {
--color-1: #f6c146;
--color-2: #f06b42;
--color-3: #d24b6b;
--color-4: #a56fbe;
--color-5: #7c9fcb;
}
CSS del degradado de fondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c146, #f06b42, #d24b6b, #a56fbe, #7c9fcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c146, #f06b42, #d24b6b, #a56fbe, #7c9fcb);
}
Paletas de colores similares
Shades of Orange color palette created on .