Paleta de colores Sands of the Nile
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sands of the Nile palette
CSS de la paleta de colores Sands of the Nile
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Sands of the Nile color palette created on .