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: #d87d64;
}
.color-2 {
color: #d0a86d;
}
.color-3 {
color: #a5c86f;
}
.color-4 {
color: #6bb89f;
}
.color-5 {
color: #4e9db1;
}
/* CSS Variables */
:root {
--color-1: #d87d64;
--color-2: #d0a86d;
--color-3: #a5c86f;
--color-4: #6bb89f;
--color-5: #4e9db1;
}
CSS del degradado de fondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d87d64, #d0a86d, #a5c86f, #6bb89f, #4e9db1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d87d64, #d0a86d, #a5c86f, #6bb89f, #4e9db1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Otoño
Shades of Orange color palette created on .