Gilded Drive Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gilded Drive palette

Condividi questa palette a:

tavolozza dei colori Gilded Drive CSS

/* CSS */
.color-1 {
color: #c7b29e;
}
.color-2 {
color: #d8c8a6;
}
.color-3 {
color: #f2e1c5;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #c7b29e;
--color-2: #d8c8a6;
--color-3: #f2e1c5;
--color-4: #f4d35d;
--color-5: #e76e50;
}

CSS con gradiente di sfondo Gilded Drive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b29e, #d8c8a6, #f2e1c5, #f4d35d, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b29e, #d8c8a6, #f2e1c5, #f4d35d, #e76e50);
}

Gilded Drive color palette created on .