Paleta de colores Azure Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Azure Whisper

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #6cc0e4;
}
.color-3 {
color: #38aee5;
}
.color-4 {
color: #199bd7;
}
.color-5 {
color: #0099cc;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6cc0e4;
--color-3: #38aee5;
--color-4: #199bd7;
--color-5: #0099cc;
}

CSS del degradado de fondo Azure Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6cc0e4, #38aee5, #199bd7, #0099cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6cc0e4, #38aee5, #199bd7, #0099cc);
}

Azure Whisper color palette created on .