Azure Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Dreamscape palette

Share this palette to:

Azure Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #89cfeb;
}
.color-4 {
color: #1e6f9f;
}
.color-5 {
color: #4db8ff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #89cfeb;
--color-4: #1e6f9f;
--color-5: #4db8ff;
}

Azure Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #89cfeb, #1e6f9f, #4db8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #89cfeb, #1e6f9f, #4db8ff);
}

Azure Dreamscape color palette created on .