Paleta de colores Azure Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Azure Breeze

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3db0e1;
}
.color-3 {
color: #68c8d9;
}
.color-4 {
color: #9ae0e0;
}
.color-5 {
color: #c0f7f7;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3db0e1;
--color-3: #68c8d9;
--color-4: #9ae0e0;
--color-5: #c0f7f7;
}

CSS del degradado de fondo Azure Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3db0e1, #68c8d9, #9ae0e0, #c0f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3db0e1, #68c8d9, #9ae0e0, #c0f7f7);
}

Azure Breeze color palette created on .