Blue Diamond Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Diamond palette
Blue Diamond color palette CSS
/* CSS */
.color-1 {
color: #324e95;
}
.color-2 {
color: #4182c3;
}
.color-3 {
color: #7ec2ed;
}
.color-4 {
color: #c4edf8;
}
.color-5 {
color: #f5faff;
}
/* CSS Variables */
:root {
--color-1: #324e95;
--color-2: #4182c3;
--color-3: #7ec2ed;
--color-4: #c4edf8;
--color-5: #f5faff;
}
Blue Diamond background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #324e95, #4182c3, #7ec2ed, #c4edf8, #f5faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #324e95, #4182c3, #7ec2ed, #c4edf8, #f5faff);
}
Similar color palettes
Blue Diamond color palette created on .