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: #95ccea;
}
.color-2 {
color: #a2d1e2;
}
.color-3 {
color: #b9e5e9;
}
.color-4 {
color: #d2f0f9;
}
.color-5 {
color: #ebffff;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #a2d1e2;
--color-3: #b9e5e9;
--color-4: #d2f0f9;
--color-5: #ebffff;
}

Azure Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #a2d1e2, #b9e5e9, #d2f0f9, #ebffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #a2d1e2, #b9e5e9, #d2f0f9, #ebffff);
}

Azure Whisper color palette created on .