Regal Ruin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Ruin palette
Regal Ruin color palette CSS
/* CSS */
.color-1 {
color: #a34d4d;
}
.color-2 {
color: #d78c56;
}
.color-3 {
color: #f9c85d;
}
.color-4 {
color: #e4e3b4;
}
.color-5 {
color: #506f4d;
}
/* CSS Variables */
:root {
--color-1: #a34d4d;
--color-2: #d78c56;
--color-3: #f9c85d;
--color-4: #e4e3b4;
--color-5: #506f4d;
}
Regal Ruin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d4d, #d78c56, #f9c85d, #e4e3b4, #506f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d4d, #d78c56, #f9c85d, #e4e3b4, #506f4d);
}
Similar color palettes
Regal Ruin color palette created on .