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