Golden Dunes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Dunes palette

Condividi questa palette a:

tavolozza dei colori Golden Dunes CSS

/* CSS */
.color-1 {
color: #e6be89;
}
.color-2 {
color: #f2d1b1;
}
.color-3 {
color: #ffd6a3;
}
.color-4 {
color: #ffb347;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #e6be89;
--color-2: #f2d1b1;
--color-3: #ffd6a3;
--color-4: #ffb347;
--color-5: #ffc105;
}

CSS con gradiente di sfondo Golden Dunes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6be89, #f2d1b1, #ffd6a3, #ffb347, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6be89, #f2d1b1, #ffd6a3, #ffb347, #ffc105);
}

Golden Dunes color palette created on .