Cool Ocean and Warm Forest Mix Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Ocean and Warm Forest Mix palette
Cool Ocean and Warm Forest Mix color palette PNG image
Cool Ocean and Warm Forest Mix color palette CSS
/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #2ca58d;
}
.color-3 {
color: #3f694e;
}
.color-4 {
color: #e8c545;
}
.color-5 {
color: #d94a4c;
}
/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #2ca58d;
--color-3: #3f694e;
--color-4: #e8c545;
--color-5: #d94a4c;
}
Cool Ocean and Warm Forest Mix background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #2ca58d, #3f694e, #e8c545, #d94a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #2ca58d, #3f694e, #e8c545, #d94a4c);
}
Similar color palettes
Scroll down to explore 6 Ocean color palettes
Cool Ocean and Warm Forest Mix color palette created on .