Rusty Ruins Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Rusty Ruins palette
Immagine PNG della tavolozza dei colori Rusty Ruins
tavolozza dei colori Rusty Ruins CSS
/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #b34d4d;
}
.color-3 {
color: #e69c5c;
}
.color-4 {
color: #e6c27a;
}
.color-5 {
color: #f6efe4;
}
/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #b34d4d;
--color-3: #e69c5c;
--color-4: #e6c27a;
--color-5: #f6efe4;
}
CSS con gradiente di sfondo Rusty Ruins
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #b34d4d, #e69c5c, #e6c27a, #f6efe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #b34d4d, #e69c5c, #e6c27a, #f6efe4);
}
Tavolozze di colori simili
Rusty Ruins color palette created on .