Blue Melancholy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Melancholy palette
Blue Melancholy color palette CSS
/* CSS */
.color-1 {
color: #4b6e8b;
}
.color-2 {
color: #7d9cba;
}
.color-3 {
color: #a7c3d7;
}
.color-4 {
color: #e4b8b4;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #4b6e8b;
--color-2: #7d9cba;
--color-3: #a7c3d7;
--color-4: #e4b8b4;
--color-5: #f5c400;
}
Blue Melancholy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6e8b, #7d9cba, #a7c3d7, #e4b8b4, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6e8b, #7d9cba, #a7c3d7, #e4b8b4, #f5c400);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Melancholy color palette created on .