Azure Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Whisper palette

Share this palette to:

Azure Whisper color palette CSS

/* 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;
}

Azure Whisper background gradient CSS

/* 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 .