Blue Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Forest palette
Blue Forest color palette CSS
/* CSS */
.color-1 {
color: #2e292e;
}
.color-2 {
color: #4e5b6e;
}
.color-3 {
color: #5c7d93;
}
.color-4 {
color: #89b7d1;
}
.color-5 {
color: #b6d0e7;
}
/* CSS Variables */
:root {
--color-1: #2e292e;
--color-2: #4e5b6e;
--color-3: #5c7d93;
--color-4: #89b7d1;
--color-5: #b6d0e7;
}
Blue Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e292e, #4e5b6e, #5c7d93, #89b7d1, #b6d0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e292e, #4e5b6e, #5c7d93, #89b7d1, #b6d0e7);
}
Similar color palettes
Scroll down to explore 10+ Forest color palettes
Blue Forest color palette created on .