Alhaitham Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Alhaitham palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Alhaitham

Download alhaitham color palette PNG image (landscape)
Download alhaitham color palette PNG image (square)

tavolozza dei colori Alhaitham 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;
}

CSS con gradiente di sfondo Alhaitham

/* 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);
}

Alhaitham color palette created on .