Alhaitham Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Alhaitham palette
Alhaitham color palette PNG image
Alhaitham color palette CSS
/* CSS */
.color-1 {
color: #c2d5e5;
}
.color-2 {
color: #a4b7c6;
}
.color-3 {
color: #8d99b4;
}
.color-4 {
color: #5b8095;
}
.color-5 {
color: #3d5d6c;
}
/* CSS Variables */
:root {
--color-1: #c2d5e5;
--color-2: #a4b7c6;
--color-3: #8d99b4;
--color-4: #5b8095;
--color-5: #3d5d6c;
}
Alhaitham background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d5e5, #a4b7c6, #8d99b4, #5b8095, #3d5d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d5e5, #a4b7c6, #8d99b4, #5b8095, #3d5d6c);
}
Similar color palettes
Alhaitham color palette created on .