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: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #3fd8e9;
}
.color-4 {
color: #a3e9f5;
}
.color-5 {
color: #f0faff;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #3fd8e9;
--color-4: #a3e9f5;
--color-5: #f0faff;
}

Azure Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #3fd8e9, #a3e9f5, #f0faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #3fd8e9, #a3e9f5, #f0faff);
}

Azure Dreams color palette created on .