Azure Awakening Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Awakening palette
Azure Awakening color palette CSS
/* CSS */
.color-1 {
color: #a6e3e0;
}
.color-2 {
color: #71d2d6;
}
.color-3 {
color: #4ab8c4;
}
.color-4 {
color: #2ba1b1;
}
.color-5 {
color: #1a8c99;
}
/* CSS Variables */
:root {
--color-1: #a6e3e0;
--color-2: #71d2d6;
--color-3: #4ab8c4;
--color-4: #2ba1b1;
--color-5: #1a8c99;
}
Azure Awakening background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3e0, #71d2d6, #4ab8c4, #2ba1b1, #1a8c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3e0, #71d2d6, #4ab8c4, #2ba1b1, #1a8c99);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Azure Awakening color palette created on .