Paleta de colores Desert Hues of the Saluki
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Desert Hues of the Saluki palette
CSS de la paleta de colores Desert Hues of the Saluki
/* CSS */
.color-1 {
color: #e1af7a;
}
.color-2 {
color: #c88c6a;
}
.color-3 {
color: #a86c5d;
}
.color-4 {
color: #7b4f4c;
}
.color-5 {
color: #5a353d;
}
/* CSS Variables */
:root {
--color-1: #e1af7a;
--color-2: #c88c6a;
--color-3: #a86c5d;
--color-4: #7b4f4c;
--color-5: #5a353d;
}
CSS del degradado de fondo Desert Hues of the Saluki
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1af7a, #c88c6a, #a86c5d, #7b4f4c, #5a353d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1af7a, #c88c6a, #a86c5d, #7b4f4c, #5a353d);
}
Paletas de colores similares
Desert Hues of the Saluki color palette created on .