Paleta de colores Shades of Purple and Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Purple and Orange palette
CSS de la paleta de colores Shades of Purple and Orange
/* CSS */
.color-1 {
color: #1f1c5e;
}
.color-2 {
color: #684f92;
}
.color-3 {
color: #b34d92;
}
.color-4 {
color: #f3a34f;
}
.color-5 {
color: #ff5d38;
}
/* CSS Variables */
:root {
--color-1: #1f1c5e;
--color-2: #684f92;
--color-3: #b34d92;
--color-4: #f3a34f;
--color-5: #ff5d38;
}
CSS del degradado de fondo Shades of Purple and Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c5e, #684f92, #b34d92, #f3a34f, #ff5d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c5e, #684f92, #b34d92, #f3a34f, #ff5d38);
}
Paletas de colores similares
Shades of Purple and Orange color palette created on .