Red and Gray Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red and Gray Elegance palette

Condividi questa palette a:

tavolozza dei colori Red and Gray Elegance CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #7d7d7d;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #b30000;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #ffffff;
--color-3: #7d7d7d;
--color-4: #ff4d4d;
--color-5: #b30000;
}

CSS con gradiente di sfondo Red and Gray Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #ffffff, #7d7d7d, #ff4d4d, #b30000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #ffffff, #7d7d7d, #ff4d4d, #b30000);
}

Red and Gray Elegance color palette created on .