Paleta de colores Bright Azure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Azure palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Azure

/* CSS */
.color-1 {
color: #0096d6;
}
.color-2 {
color: #34b5e5;
}
.color-3 {
color: #66cceb;
}
.color-4 {
color: #99e0f0;
}
.color-5 {
color: #ccffff;
}

/* CSS Variables */
:root {
--color-1: #0096d6;
--color-2: #34b5e5;
--color-3: #66cceb;
--color-4: #99e0f0;
--color-5: #ccffff;
}

CSS del degradado de fondo Bright Azure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d6, #34b5e5, #66cceb, #99e0f0, #ccffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d6, #34b5e5, #66cceb, #99e0f0, #ccffff);
}

Bright Azure color palette created on .