Gilded Drive Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gilded Drive palette
Gilded Drive color palette CSS
/* CSS */
.color-1 {
color: #c7b29e;
}
.color-2 {
color: #d8c8a6;
}
.color-3 {
color: #f2e1c5;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #c7b29e;
--color-2: #d8c8a6;
--color-3: #f2e1c5;
--color-4: #f4d35d;
--color-5: #e76e50;
}
Gilded Drive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b29e, #d8c8a6, #f2e1c5, #f4d35d, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b29e, #d8c8a6, #f2e1c5, #f4d35d, #e76e50);
}
Similar color palettes
Gilded Drive color palette created on .