Oceanic Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Dreams palette

Share this palette to:

Oceanic Dreams color palette CSS

/* CSS */
.color-1 {
color: #1f8a8e;
}
.color-2 {
color: #50b9a8;
}
.color-3 {
color: #8de2e0;
}
.color-4 {
color: #c6f6f6;
}
.color-5 {
color: #f4fbfb;
}

/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #50b9a8;
--color-3: #8de2e0;
--color-4: #c6f6f6;
--color-5: #f4fbfb;
}

Oceanic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #50b9a8, #8de2e0, #c6f6f6, #f4fbfb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #50b9a8, #8de2e0, #c6f6f6, #f4fbfb);
}

Oceanic Dreams color palette created on .