Montenegro Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Montenegro Serenade palette

Share this palette to:

Montenegro Serenade color palette CSS

/* CSS */
.color-1 {
color: #3e5b98;
}
.color-2 {
color: #78a3d3;
}
.color-3 {
color: #b0d1e8;
}
.color-4 {
color: #f4b043;
}
.color-5 {
color: #e27d4b;
}

/* CSS Variables */
:root {
--color-1: #3e5b98;
--color-2: #78a3d3;
--color-3: #b0d1e8;
--color-4: #f4b043;
--color-5: #e27d4b;
}

Montenegro Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5b98, #78a3d3, #b0d1e8, #f4b043, #e27d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5b98, #78a3d3, #b0d1e8, #f4b043, #e27d4b);
}

Montenegro Serenade color palette created on .