Navy Blue Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Navy Blue Dreams palette
Navy Blue Dreams color palette CSS
/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #2b396e;
}
.color-3 {
color: #4b5e8b;
}
.color-4 {
color: #a4c8df;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #2b396e;
--color-3: #4b5e8b;
--color-4: #a4c8df;
--color-5: #f4a462;
}
Navy Blue Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #2b396e, #4b5e8b, #a4c8df, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #2b396e, #4b5e8b, #a4c8df, #f4a462);
}
Similar color palettes
Scroll down to explore 30+ Blue color palettes
Navy Blue Dreams color palette created on .