Golden Azure Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Azure Dreams palette
Golden Azure Dreams color palette CSS
/* CSS */
.color-1 {
color: #1f507a;
}
.color-2 {
color: #3b8fab;
}
.color-3 {
color: #6bc1e6;
}
.color-4 {
color: #f2d578;
}
.color-5 {
color: #f8c54f;
}
/* CSS Variables */
:root {
--color-1: #1f507a;
--color-2: #3b8fab;
--color-3: #6bc1e6;
--color-4: #f2d578;
--color-5: #f8c54f;
}
Golden Azure Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f507a, #3b8fab, #6bc1e6, #f2d578, #f8c54f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f507a, #3b8fab, #6bc1e6, #f2d578, #f8c54f);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Golden Azure Dreams color palette created on .