Golden Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Red palette
Golden Red color palette CSS
/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f6e7a7;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #d96d6d;
}
/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #f1c84b;
--color-3: #f6e7a7;
--color-4: #ff6b6b;
--color-5: #d96d6d;
}
Golden Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #f1c84b, #f6e7a7, #ff6b6b, #d96d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #f1c84b, #f6e7a7, #ff6b6b, #d96d6d);
}
Similar color palettes
Golden Red color palette created on .