Azure Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Dreamscape palette
Azure Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f0f8ff;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #6cb4e4;
}
.color-4 {
color: #3b8ece;
}
.color-5 {
color: #0079a8;
}
/* CSS Variables */
:root {
--color-1: #f0f8ff;
--color-2: #a6c6ed;
--color-3: #6cb4e4;
--color-4: #3b8ece;
--color-5: #0079a8;
}
Azure Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f8ff, #a6c6ed, #6cb4e4, #3b8ece, #0079a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f8ff, #a6c6ed, #6cb4e4, #3b8ece, #0079a8);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Azure Dreamscape color palette created on .