Blue Meduzi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Meduzi palette

Share this palette to:

Blue Meduzi color palette CSS

/* CSS */
.color-1 {
color: #5a94d3;
}
.color-2 {
color: #4fb5a6;
}
.color-3 {
color: #f1d35b;
}
.color-4 {
color: #f26e6e;
}
.color-5 {
color: #e05c8f;
}

/* CSS Variables */
:root {
--color-1: #5a94d3;
--color-2: #4fb5a6;
--color-3: #f1d35b;
--color-4: #f26e6e;
--color-5: #e05c8f;
}

Blue Meduzi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a94d3, #4fb5a6, #f1d35b, #f26e6e, #e05c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a94d3, #4fb5a6, #f1d35b, #f26e6e, #e05c8f);
}

Blue Meduzi color palette created on .