Forest and Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest and Ocean palette

Share this palette to:

Forest and Ocean color palette PNG image

Download forest and ocean color palette PNG image (landscape)
Download forest and ocean color palette PNG image (square)

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);
}

Forest and Ocean color palette created on .