Majestic Azure Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Majestic Azure Dream palette
Majestic Azure Dream color palette CSS
/* CSS */
.color-1 {
color: #4169e1;
}
.color-2 {
color: #598ed4;
}
.color-3 {
color: #7aa9e6;
}
.color-4 {
color: #a2c4e7;
}
.color-5 {
color: #d2e8f4;
}
/* CSS Variables */
:root {
--color-1: #4169e1;
--color-2: #598ed4;
--color-3: #7aa9e6;
--color-4: #a2c4e7;
--color-5: #d2e8f4;
}
Majestic Azure Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4169e1, #598ed4, #7aa9e6, #a2c4e7, #d2e8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4169e1, #598ed4, #7aa9e6, #a2c4e7, #d2e8f4);
}
Similar color palettes
Majestic Azure Dream color palette created on .