Urban Thunder Chic Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Urban Thunder Chic palette

Condividi questa palette a:

tavolozza dei colori Urban Thunder Chic CSS

/* CSS */
.color-1 {
color: #a5c8e4;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f48a8a;
}
.color-4 {
color: #4d4b8b;
}
.color-5 {
color: #a84e3e;
}

/* CSS Variables */
:root {
--color-1: #a5c8e4;
--color-2: #f6b83c;
--color-3: #f48a8a;
--color-4: #4d4b8b;
--color-5: #a84e3e;
}

CSS con gradiente di sfondo Urban Thunder Chic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c8e4, #f6b83c, #f48a8a, #4d4b8b, #a84e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c8e4, #f6b83c, #f48a8a, #4d4b8b, #a84e3e);
}

Urban Thunder Chic color palette created on .