Desert Gold Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Desert Gold palette

Condividi questa palette a:

tavolozza dei colori Desert Gold CSS

/* CSS */
.color-1 {
color: #eed69b;
}
.color-2 {
color: #edcc7d;
}
.color-3 {
color: #e1cb60;
}
.color-4 {
color: #d8af55;
}
.color-5 {
color: #c4963b;
}

/* CSS Variables */
:root {
--color-1: #eed69b;
--color-2: #edcc7d;
--color-3: #e1cb60;
--color-4: #d8af55;
--color-5: #c4963b;
}

CSS con gradiente di sfondo Desert Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed69b, #edcc7d, #e1cb60, #d8af55, #c4963b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed69b, #edcc7d, #e1cb60, #d8af55, #c4963b);
}

Desert Gold color palette created on .