Paleta de colores Opalescent Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opalescent Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Opalescent Dreamscape

/* CSS */
.color-1 {
color: #e3d2c0;
}
.color-2 {
color: #d1b69f;
}
.color-3 {
color: #b7a0ba;
}
.color-4 {
color: #809dc6;
}
.color-5 {
color: #6fb6c8;
}

/* CSS Variables */
:root {
--color-1: #e3d2c0;
--color-2: #d1b69f;
--color-3: #b7a0ba;
--color-4: #809dc6;
--color-5: #6fb6c8;
}

CSS del degradado de fondo Opalescent Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d2c0, #d1b69f, #b7a0ba, #809dc6, #6fb6c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d2c0, #d1b69f, #b7a0ba, #809dc6, #6fb6c8);
}

Opalescent Dreamscape color palette created on .