Paleta de colores Opal Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opal Rainbow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Opal Rainbow

Download opal rainbow color palette PNG image (landscape)
Download opal rainbow color palette PNG image (square)

CSS de la paleta de colores Opal Rainbow

/* CSS */
.color-1 {
color: #a3d6e1;
}
.color-2 {
color: #e1c6d5;
}
.color-3 {
color: #f4b2ae;
}
.color-4 {
color: #f7e8ab;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #a3d6e1;
--color-2: #e1c6d5;
--color-3: #f4b2ae;
--color-4: #f7e8ab;
--color-5: #f9c54e;
}

CSS del degradado de fondo Opal Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e1, #e1c6d5, #f4b2ae, #f7e8ab, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e1, #e1c6d5, #f4b2ae, #f7e8ab, #f9c54e);
}

Opal Rainbow color palette created on .