Rusia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rusia palette

Share this palette to:

Rusia color palette CSS

/* CSS */
.color-1 {
color: #c02a2a;
}
.color-2 {
color: #c25b5b;
}
.color-3 {
color: #d59f6c;
}
.color-4 {
color: #f3ba7c;
}
.color-5 {
color: #f7e5ca;
}

/* CSS Variables */
:root {
--color-1: #c02a2a;
--color-2: #c25b5b;
--color-3: #d59f6c;
--color-4: #f3ba7c;
--color-5: #f7e5ca;
}

Rusia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c02a2a, #c25b5b, #d59f6c, #f3ba7c, #f7e5ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c02a2a, #c25b5b, #d59f6c, #f3ba7c, #f7e5ca);
}

Rusia color palette created on .