Paleta de colores Shades of Orchid

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Orchid palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Orchid

/* CSS */
.color-1 {
color: #b45dc6;
}
.color-2 {
color: #9e5bc2;
}
.color-3 {
color: #7e4e97;
}
.color-4 {
color: #5a2d71;
}
.color-5 {
color: #3b194d;
}

/* CSS Variables */
:root {
--color-1: #b45dc6;
--color-2: #9e5bc2;
--color-3: #7e4e97;
--color-4: #5a2d71;
--color-5: #3b194d;
}

CSS del degradado de fondo Shades of Orchid

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b45dc6, #9e5bc2, #7e4e97, #5a2d71, #3b194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b45dc6, #9e5bc2, #7e4e97, #5a2d71, #3b194d);
}

Shades of Orchid color palette created on .