Oceanic Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Oasis palette

Share this palette to:

Oceanic Oasis color palette CSS

/* CSS */
.color-1 {
color: #6fd8e2;
}
.color-2 {
color: #4eb3c1;
}
.color-3 {
color: #2b8f9c;
}
.color-4 {
color: #1a6d74;
}
.color-5 {
color: #0b4d51;
}

/* CSS Variables */
:root {
--color-1: #6fd8e2;
--color-2: #4eb3c1;
--color-3: #2b8f9c;
--color-4: #1a6d74;
--color-5: #0b4d51;
}

Oceanic Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd8e2, #4eb3c1, #2b8f9c, #1a6d74, #0b4d51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd8e2, #4eb3c1, #2b8f9c, #1a6d74, #0b4d51);
}

Oceanic Oasis color palette created on .