Paleta de colores Orchid Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orchid Dreamscape palette
CSS de la paleta de colores Orchid Dreamscape
/* CSS */
.color-1 {
color: #a45eb5;
}
.color-2 {
color: #b78bc1;
}
.color-3 {
color: #eab8e5;
}
.color-4 {
color: #f2a1bf;
}
.color-5 {
color: #f96c9b;
}
/* CSS Variables */
:root {
--color-1: #a45eb5;
--color-2: #b78bc1;
--color-3: #eab8e5;
--color-4: #f2a1bf;
--color-5: #f96c9b;
}
CSS del degradado de fondo Orchid Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45eb5, #b78bc1, #eab8e5, #f2a1bf, #f96c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45eb5, #b78bc1, #eab8e5, #f2a1bf, #f96c9b);
}
Paletas de colores similares
Orchid Dreamscape color palette created on .