"Dreamy Ocean Vibes" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Dreamy Ocean Vibes" palette

Share this palette to:

"Dreamy Ocean Vibes" color palette CSS

/* CSS */
.color-1 {
color: #a5f7f8;
}
.color-2 {
color: #44d9f3;
}
.color-3 {
color: #6372a1;
}
.color-4 {
color: #f702f3;
}
.color-5 {
color: #193acc;
}

/* CSS Variables */
:root {
--color-1: #a5f7f8;
--color-2: #44d9f3;
--color-3: #6372a1;
--color-4: #f702f3;
--color-5: #193acc;
}

"Dreamy Ocean Vibes" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5f7f8, #44d9f3, #6372a1, #f702f3, #193acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5f7f8, #44d9f3, #6372a1, #f702f3, #193acc);
}

Similar color palettes

"Dreamy Ocean Vibes" color palette created on .