Azure Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Dreams palette
Azure Dreams color palette CSS
/* CSS */
.color-1 {
color: #299fd6;
}
.color-2 {
color: #51b4e1;
}
.color-3 {
color: #70c2e6;
}
.color-4 {
color: #9ce3ec;
}
.color-5 {
color: #d4f1f7;
}
/* CSS Variables */
:root {
--color-1: #299fd6;
--color-2: #51b4e1;
--color-3: #70c2e6;
--color-4: #9ce3ec;
--color-5: #d4f1f7;
}
Azure Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #299fd6, #51b4e1, #70c2e6, #9ce3ec, #d4f1f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #299fd6, #51b4e1, #70c2e6, #9ce3ec, #d4f1f7);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Azure Dreams color palette created on .