Paleta de colores Opulent Azure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Opulent Azure palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Opulent Azure

Download opulent azure color palette PNG image (landscape)
Download opulent azure color palette PNG image (square)

CSS de la paleta de colores Opulent Azure

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4b758b;
}
.color-3 {
color: #81a1b6;
}
.color-4 {
color: #bad6e3;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4b758b;
--color-3: #81a1b6;
--color-4: #bad6e3;
--color-5: #f3f9fc;
}

CSS del degradado de fondo Opulent Azure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4b758b, #81a1b6, #bad6e3, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4b758b, #81a1b6, #bad6e3, #f3f9fc);
}

Opulent Azure color palette created on .