Paleta de colores Azure Assurance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Assurance palette

Compartir esta paleta en:

CSS de la paleta de colores Azure Assurance

/* CSS */
.color-1 {
color: #3b9fd8;
}
.color-2 {
color: #66b2e5;
}
.color-3 {
color: #a1d6e3;
}
.color-4 {
color: #f9e2b4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #66b2e5;
--color-3: #a1d6e3;
--color-4: #f9e2b4;
--color-5: #ff6e61;
}

CSS del degradado de fondo Azure Assurance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #66b2e5, #a1d6e3, #f9e2b4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #66b2e5, #a1d6e3, #f9e2b4, #ff6e61);
}

Azure Assurance color palette created on .