Azure Harbor Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Harbor Dreams palette
Azure Harbor Dreams color palette CSS
/* CSS */
.color-1 {
color: #3b5b8c;
}
.color-2 {
color: #5c7999;
}
.color-3 {
color: #89a6b8;
}
.color-4 {
color: #b2d7e6;
}
.color-5 {
color: #e0f3ff;
}
/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #5c7999;
--color-3: #89a6b8;
--color-4: #b2d7e6;
--color-5: #e0f3ff;
}
Azure Harbor Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #5c7999, #89a6b8, #b2d7e6, #e0f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #5c7999, #89a6b8, #b2d7e6, #e0f3ff);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Azure Harbor Dreams color palette created on .