Blue Marinette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Marinette palette

Share this palette to:

Blue Marinette color palette CSS

/* CSS */
.color-1 {
color: #2d699a;
}
.color-2 {
color: #5bbccd;
}
.color-3 {
color: #9be2e8;
}
.color-4 {
color: #f0e1a3;
}
.color-5 {
color: #f9a4a4;
}

/* CSS Variables */
:root {
--color-1: #2d699a;
--color-2: #5bbccd;
--color-3: #9be2e8;
--color-4: #f0e1a3;
--color-5: #f9a4a4;
}

Blue Marinette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d699a, #5bbccd, #9be2e8, #f0e1a3, #f9a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d699a, #5bbccd, #9be2e8, #f0e1a3, #f9a4a4);
}

Blue Marinette color palette created on .