Azure Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Dreams palette

Share this palette to:

Azure Dreams color palette CSS

/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #76c2e0;
}
.color-3 {
color: #a7e1f1;
}
.color-4 {
color: #f1f7f8;
}
.color-5 {
color: #d6e9f0;
}

/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #76c2e0;
--color-3: #a7e1f1;
--color-4: #f1f7f8;
--color-5: #d6e9f0;
}

Azure Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #76c2e0, #a7e1f1, #f1f7f8, #d6e9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #76c2e0, #a7e1f1, #f1f7f8, #d6e9f0);
}

Azure Dreams color palette created on .