Oceanic Stripes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Stripes palette

Share this palette to:

Oceanic Stripes color palette CSS

/* CSS */
.color-1 {
color: #4a8b8c;
}
.color-2 {
color: #5cb2b2;
}
.color-3 {
color: #77d4c9;
}
.color-4 {
color: #9ef0d6;
}
.color-5 {
color: #c8f9e5;
}

/* CSS Variables */
:root {
--color-1: #4a8b8c;
--color-2: #5cb2b2;
--color-3: #77d4c9;
--color-4: #9ef0d6;
--color-5: #c8f9e5;
}

Oceanic Stripes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8b8c, #5cb2b2, #77d4c9, #9ef0d6, #c8f9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8b8c, #5cb2b2, #77d4c9, #9ef0d6, #c8f9e5);
}

Similar color palettes

Oceanic Stripes color palette created on .