Sands of the Nile Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sands of the Nile palette
tavolozza dei colori Sands of the Nile CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #e8caa1;
}
.color-3 {
color: #d69b6b;
}
.color-4 {
color: #c55a30;
}
.color-5 {
color: #8a2e2e;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #e8caa1;
--color-3: #d69b6b;
--color-4: #c55a30;
--color-5: #8a2e2e;
}
CSS con gradiente di sfondo Sands of the Nile
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #e8caa1, #d69b6b, #c55a30, #8a2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #e8caa1, #d69b6b, #c55a30, #8a2e2e);
}
Tavolozze di colori simili
Sands of the Nile color palette created on .