Blue Marina Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Marina palette

Share this palette to:

Blue Marina color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3bb1e8;
}
.color-3 {
color: #5cd5f0;
}
.color-4 {
color: #82f2f8;
}
.color-5 {
color: #a3faff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3bb1e8;
--color-3: #5cd5f0;
--color-4: #82f2f8;
--color-5: #a3faff;
}

Blue Marina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3bb1e8, #5cd5f0, #82f2f8, #a3faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3bb1e8, #5cd5f0, #82f2f8, #a3faff);
}

Blue Marina color palette created on .