Cool Forest Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Forest Ocean palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cool Forest Ocean Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 6 Forest color palettes
Cool Forest Ocean color palette created on .