Blue Fisherman Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Fisherman palette

Share this palette to:

Blue Fisherman color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2e6e8e;
}
.color-3 {
color: #4bb49f;
}
.color-4 {
color: #86d5a2;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2e6e8e;
--color-3: #4bb49f;
--color-4: #86d5a2;
--color-5: #f5a524;
}

Blue Fisherman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2e6e8e, #4bb49f, #86d5a2, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2e6e8e, #4bb49f, #86d5a2, #f5a524);
}

Blue Fisherman color palette created on .