Serenade in Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenade in Blue palette
Serenade in Blue color palette CSS
/* CSS */
.color-1 {
color: #1f395c;
}
.color-2 {
color: #3a5b7e;
}
.color-3 {
color: #5c7b9d;
}
.color-4 {
color: #a6c6d9;
}
.color-5 {
color: #f0e2b7;
}
/* CSS Variables */
:root {
--color-1: #1f395c;
--color-2: #3a5b7e;
--color-3: #5c7b9d;
--color-4: #a6c6d9;
--color-5: #f0e2b7;
}
Serenade in Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f395c, #3a5b7e, #5c7b9d, #a6c6d9, #f0e2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f395c, #3a5b7e, #5c7b9d, #a6c6d9, #f0e2b7);
}
Similar color palettes
Serenade in Blue color palette created on .