Marina Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Marina palette
Color Inspiration
Images that showcase this color palette in real designs
Download Marina Color Palette (PNG)
Marina color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4ccfe1;
}
.color-4 {
color: #a8ffeb;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00bdd6;
--color-3: #4ccfe1;
--color-4: #a8ffeb;
--color-5: #e0f7fa;
}
Marina background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00bdd6, #4ccfe1, #a8ffeb, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00bdd6, #4ccfe1, #a8ffeb, #e0f7fa);
}
Similar color palettes
Marina color palette created on .