Ocean Green Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Green Shades palette

Share this palette to:

Ocean Green Shades color palette CSS

/* CSS */
.color-1 {
color: #3bbf9c;
}
.color-2 {
color: #5bd2a6;
}
.color-3 {
color: #7dd8b1;
}
.color-4 {
color: #a4e0b9;
}
.color-5 {
color: #cee8d4;
}

/* CSS Variables */
:root {
--color-1: #3bbf9c;
--color-2: #5bd2a6;
--color-3: #7dd8b1;
--color-4: #a4e0b9;
--color-5: #cee8d4;
}

Ocean Green Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf9c, #5bd2a6, #7dd8b1, #a4e0b9, #cee8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf9c, #5bd2a6, #7dd8b1, #a4e0b9, #cee8d4);
}

Ocean Green Shades color palette created on .