Blue Jay Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Jay Serenade palette

Share this palette to:

Blue Jay Serenade color palette CSS

/* CSS */
.color-1 {
color: #1f3c56;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #86b6c6;
}
.color-4 {
color: #c5e7e5;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1f3c56;
--color-2: #4b7c9b;
--color-3: #86b6c6;
--color-4: #c5e7e5;
--color-5: #f0a800;
}

Blue Jay Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c56, #4b7c9b, #86b6c6, #c5e7e5, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c56, #4b7c9b, #86b6c6, #c5e7e5, #f0a800);
}

Blue Jay Serenade color palette created on .