Forest and Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest and Ocean palette
Color Inspiration
Images that showcase this color palette in real designs
Download Forest and Ocean Color Palette (PNG)
Forest and Ocean color palette CSS
/* CSS */
.color-1 {
color: #1c3f4a;
}
.color-2 {
color: #3a6c73;
}
.color-3 {
color: #5f8c7b;
}
.color-4 {
color: #89c2a0;
}
.color-5 {
color: #e3f1df;
}
/* CSS Variables */
:root {
--color-1: #1c3f4a;
--color-2: #3a6c73;
--color-3: #5f8c7b;
--color-4: #89c2a0;
--color-5: #e3f1df;
}
Forest and Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f4a, #3a6c73, #5f8c7b, #89c2a0, #e3f1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f4a, #3a6c73, #5f8c7b, #89c2a0, #e3f1df);
}
Similar color palettes
Scroll down to explore 6 Forest color palettes
Forest and Ocean color palette created on .