Paleta de colores Shades of Orange and Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Orange and Pink palette
CSS de la paleta de colores Shades of Orange and Pink
/* CSS */
.color-1 {
color: #f6a90e;
}
.color-2 {
color: #e36a3b;
}
.color-3 {
color: #c24c7b;
}
.color-4 {
color: #8c5fab;
}
.color-5 {
color: #4a8bba;
}
/* CSS Variables */
:root {
--color-1: #f6a90e;
--color-2: #e36a3b;
--color-3: #c24c7b;
--color-4: #8c5fab;
--color-5: #4a8bba;
}
CSS del degradado de fondo Shades of Orange and Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a90e, #e36a3b, #c24c7b, #8c5fab, #4a8bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a90e, #e36a3b, #c24c7b, #8c5fab, #4a8bba);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Shades of Orange and Pink color palette created on .