Desert Hues of the Saluki Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Hues of the Saluki palette
Desert Hues of the Saluki color palette CSS
/* 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;
}
Desert Hues of the Saluki background gradient CSS
/* 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);
}
Similar color palettes
Desert Hues of the Saluki color palette created on .