Paleta de colores Enchanted Orchid Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enchanted Orchid Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Enchanted Orchid Dream

/* CSS */
.color-1 {
color: #7b2b8c;
}
.color-2 {
color: #9e4bbe;
}
.color-3 {
color: #c791d9;
}
.color-4 {
color: #e1b5f2;
}
.color-5 {
color: #f1d4f7;
}

/* CSS Variables */
:root {
--color-1: #7b2b8c;
--color-2: #9e4bbe;
--color-3: #c791d9;
--color-4: #e1b5f2;
--color-5: #f1d4f7;
}

CSS del degradado de fondo Enchanted Orchid Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2b8c, #9e4bbe, #c791d9, #e1b5f2, #f1d4f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2b8c, #9e4bbe, #c791d9, #e1b5f2, #f1d4f7);
}

Enchanted Orchid Dream color palette created on .