Cool Forest Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Forest Ocean palette

Share this palette to:

Cool Forest Ocean color palette PNG image

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

Cool Forest Ocean color palette CSS

/* CSS */
.color-1 {
color: #1b4b3d;
}
.color-2 {
color: #3a7e79;
}
.color-3 {
color: #63b0a6;
}
.color-4 {
color: #9cd8e7;
}
.color-5 {
color: #f5faf5;
}

/* CSS Variables */
:root {
--color-1: #1b4b3d;
--color-2: #3a7e79;
--color-3: #63b0a6;
--color-4: #9cd8e7;
--color-5: #f5faf5;
}

Cool Forest Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b3d, #3a7e79, #63b0a6, #9cd8e7, #f5faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b3d, #3a7e79, #63b0a6, #9cd8e7, #f5faf5);
}

Cool Forest Ocean color palette created on .