Paleta de colores Celestial Orchid Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Orchid Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Orchid Dream

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #7b4c94;
}
.color-3 {
color: #4f2b6e;
}
.color-4 {
color: #c79edc;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #7b4c94;
--color-3: #4f2b6e;
--color-4: #c79edc;
--color-5: #eab8e4;
}

CSS del degradado de fondo Celestial Orchid Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #7b4c94, #4f2b6e, #c79edc, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #7b4c94, #4f2b6e, #c79edc, #eab8e4);
}

Celestial Orchid Dream color palette created on .