Paleta de colores Opal Gem Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opal Gem Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Opal Gem Elegance

/* CSS */
.color-1 {
color: #9fe9fe;
}
.color-2 {
color: #feddc3;
}
.color-3 {
color: #feb4c1;
}
.color-4 {
color: #fe9fc2;
}
.color-5 {
color: #dd90fe;
}

/* CSS Variables */
:root {
--color-1: #9fe9fe;
--color-2: #feddc3;
--color-3: #feb4c1;
--color-4: #fe9fc2;
--color-5: #dd90fe;
}

CSS del degradado de fondo Opal Gem Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fe9fe, #feddc3, #feb4c1, #fe9fc2, #dd90fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fe9fe, #feddc3, #feb4c1, #fe9fc2, #dd90fe);
}

Opal Gem Elegance color palette created on .