Serenade of Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenade of Blues palette
Serenade of Blues color palette CSS
/* CSS */
.color-1 {
color: #28308a;
}
.color-2 {
color: #4c5bae;
}
.color-3 {
color: #697dce;
}
.color-4 {
color: #94a7e1;
}
.color-5 {
color: #c3d7ef;
}
/* CSS Variables */
:root {
--color-1: #28308a;
--color-2: #4c5bae;
--color-3: #697dce;
--color-4: #94a7e1;
--color-5: #c3d7ef;
}
Serenade of Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28308a, #4c5bae, #697dce, #94a7e1, #c3d7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28308a, #4c5bae, #697dce, #94a7e1, #c3d7ef);
}
Similar color palettes
Serenade of Blues color palette created on .