Marina Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Marina palette

Share this palette to:

Marina color palette CSS

/* CSS */
.color-1 {
color: #2b7a9c;
}
.color-2 {
color: #4bb7d2;
}
.color-3 {
color: #7ed0e7;
}
.color-4 {
color: #f1e4cb;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #2b7a9c;
--color-2: #4bb7d2;
--color-3: #7ed0e7;
--color-4: #f1e4cb;
--color-5: #ff8052;
}

Marina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b7a9c, #4bb7d2, #7ed0e7, #f1e4cb, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b7a9c, #4bb7d2, #7ed0e7, #f1e4cb, #ff8052);
}

Marina color palette created on .