Celestial Orchid Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Orchid Dream palette

Condividi questa palette a:

tavolozza dei colori Celestial Orchid Dream CSS

/* 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 con gradiente di sfondo 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 .