Oceanic Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Mirage palette

Share this palette to:

Download Oceanic Mirage Color Palette (PNG)

Download oceanic mirage color palette PNG image (landscape)
Download oceanic mirage color palette PNG image (square)

Oceanic Mirage color palette CSS

/* CSS */
.color-1 {
color: #007b80;
}
.color-2 {
color: #00a89d;
}
.color-3 {
color: #00c7b3;
}
.color-4 {
color: #00d6c1;
}
.color-5 {
color: #00e6d6;
}

/* CSS Variables */
:root {
--color-1: #007b80;
--color-2: #00a89d;
--color-3: #00c7b3;
--color-4: #00d6c1;
--color-5: #00e6d6;
}

Oceanic Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007b80, #00a89d, #00c7b3, #00d6c1, #00e6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007b80, #00a89d, #00c7b3, #00d6c1, #00e6d6);
}

Oceanic Mirage color palette created on .