Vibrant Red Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Red palette

Condividi questa palette a:

tavolozza dei colori Vibrant Red CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #4c3d8f;
}
.color-3 {
color: #2e5c40;
}
.color-4 {
color: #893b2a;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #4c3d8f;
--color-3: #2e5c40;
--color-4: #893b2a;
--color-5: #f1c84b;
}

CSS con gradiente di sfondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #4c3d8f, #2e5c40, #893b2a, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #4c3d8f, #2e5c40, #893b2a, #f1c84b);
}

Tavolozze di colori simili

Scorri verso il basso per esplorare 3 tavolozzas di colori Rosso

Vibrant Red color palette created on .