Man Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Man palette

Share this palette to:

Man color palette CSS

/* CSS */
.color-1 {
color: #263587;
}
.color-2 {
color: #4668a0;
}
.color-3 {
color: #6fa8be;
}
.color-4 {
color: #a7c8d2;
}
.color-5 {
color: #e4baa5;
}

/* CSS Variables */
:root {
--color-1: #263587;
--color-2: #4668a0;
--color-3: #6fa8be;
--color-4: #a7c8d2;
--color-5: #e4baa5;
}

Man background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #263587, #4668a0, #6fa8be, #a7c8d2, #e4baa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #263587, #4668a0, #6fa8be, #a7c8d2, #e4baa5);
}

Man color palette created on .