Red Gold Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Gold Cat palette
Red Gold Cat color palette PNG image
Red Gold Cat color palette CSS
/* CSS */
.color-1 {
color: #d92f26;
}
.color-2 {
color: #e9b43a;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e7a223;
}
.color-5 {
color: #c96a1d;
}
/* CSS Variables */
:root {
--color-1: #d92f26;
--color-2: #e9b43a;
--color-3: #f1c84b;
--color-4: #e7a223;
--color-5: #c96a1d;
}
Red Gold Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d92f26, #e9b43a, #f1c84b, #e7a223, #c96a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d92f26, #e9b43a, #f1c84b, #e7a223, #c96a1d);
}
Similar color palettes
Red Gold Cat color palette created on .