Azure Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Whispers palette
Azure Whispers color palette CSS
/* CSS */
.color-1 {
color: #2a52b7;
}
.color-2 {
color: #4b8db4;
}
.color-3 {
color: #6dc5d5;
}
.color-4 {
color: #a2e6d3;
}
.color-5 {
color: #f2d7b0;
}
/* CSS Variables */
:root {
--color-1: #2a52b7;
--color-2: #4b8db4;
--color-3: #6dc5d5;
--color-4: #a2e6d3;
--color-5: #f2d7b0;
}
Azure Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a52b7, #4b8db4, #6dc5d5, #a2e6d3, #f2d7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a52b7, #4b8db4, #6dc5d5, #a2e6d3, #f2d7b0);
}
Similar color palettes
Azure Whispers color palette created on .