Diamond Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Diamond palette
Download Diamond Color Palette (PNG)
Diamond color palette CSS
/* CSS */
.color-1 {
color: #e2e8ee;
}
.color-2 {
color: #c8d2da;
}
.color-3 {
color: #b2bcc7;
}
.color-4 {
color: #9aa9b6;
}
.color-5 {
color: #91a1b1;
}
/* CSS Variables */
:root {
--color-1: #e2e8ee;
--color-2: #c8d2da;
--color-3: #b2bcc7;
--color-4: #9aa9b6;
--color-5: #91a1b1;
}
Diamond background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e8ee, #c8d2da, #b2bcc7, #9aa9b6, #91a1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e8ee, #c8d2da, #b2bcc7, #9aa9b6, #91a1b1);
}
Similar color palettes
Diamond color palette created on .