Silk Road Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Silk Road Sunset palette

Condividi questa palette a:

tavolozza dei colori Silk Road Sunset CSS

/* CSS */
.color-1 {
color: #e5af9f;
}
.color-2 {
color: #d5988b;
}
.color-3 {
color: #d1837a;
}
.color-4 {
color: #b95b5c;
}
.color-5 {
color: #793e4d;
}

/* CSS Variables */
:root {
--color-1: #e5af9f;
--color-2: #d5988b;
--color-3: #d1837a;
--color-4: #b95b5c;
--color-5: #793e4d;
}

CSS con gradiente di sfondo Silk Road Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5af9f, #d5988b, #d1837a, #b95b5c, #793e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5af9f, #d5988b, #d1837a, #b95b5c, #793e4d);
}

Silk Road Sunset color palette created on .