Hitam Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hitam palette
Hitam color palette PNG image
Hitam color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #4d4d4d;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #e6e6e6;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #4d4d4d;
--color-3: #808080;
--color-4: #b3b3b3;
--color-5: #e6e6e6;
}
Hitam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #4d4d4d, #808080, #b3b3b3, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #4d4d4d, #808080, #b3b3b3, #e6e6e6);
}
Similar color palettes
Hitam color palette created on .