Blue Man Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Man palette
Blue Man color palette CSS
/* CSS */
.color-1 {
color: #3b7dba;
}
.color-2 {
color: #58c0df;
}
.color-3 {
color: #7ee0e7;
}
.color-4 {
color: #a2f1b3;
}
.color-5 {
color: #f6b74c;
}
/* CSS Variables */
:root {
--color-1: #3b7dba;
--color-2: #58c0df;
--color-3: #7ee0e7;
--color-4: #a2f1b3;
--color-5: #f6b74c;
}
Blue Man background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7dba, #58c0df, #7ee0e7, #a2f1b3, #f6b74c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7dba, #58c0df, #7ee0e7, #a2f1b3, #f6b74c);
}
Similar color palettes
Scroll down to explore 600+ Blue color palettes
Blue Man color palette created on .