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

Share this palette to:

Cool Ocean and Warm Forest Mix color palette PNG image

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

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

Cool Ocean and Warm Forest Mix color palette created on .