Paleta de colores Ethereal Opal Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Opal Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Opal Dreams

/* CSS */
.color-1 {
color: #a6d8d1;
}
.color-2 {
color: #b3e0e6;
}
.color-3 {
color: #f1f2e8;
}
.color-4 {
color: #f7c5c5;
}
.color-5 {
color: #f6b7b6;
}

/* CSS Variables */
:root {
--color-1: #a6d8d1;
--color-2: #b3e0e6;
--color-3: #f1f2e8;
--color-4: #f7c5c5;
--color-5: #f6b7b6;
}

CSS del degradado de fondo Ethereal Opal Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d1, #b3e0e6, #f1f2e8, #f7c5c5, #f6b7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d1, #b3e0e6, #f1f2e8, #f7c5c5, #f6b7b6);
}

Ethereal Opal Dreams color palette created on .