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