Place in the World Fades Away Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Place in the World Fades Away palette

Condividi questa palette a:

tavolozza dei colori Place in the World Fades Away CSS

/* CSS */
.color-1 {
color: #d4dddd;
}
.color-2 {
color: #abbfbf;
}
.color-3 {
color: #8ea9a9;
}
.color-4 {
color: #6c9393;
}
.color-5 {
color: #476c6c;
}

/* CSS Variables */
:root {
--color-1: #d4dddd;
--color-2: #abbfbf;
--color-3: #8ea9a9;
--color-4: #6c9393;
--color-5: #476c6c;
}

CSS con gradiente di sfondo Place in the World Fades Away

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4dddd, #abbfbf, #8ea9a9, #6c9393, #476c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4dddd, #abbfbf, #8ea9a9, #6c9393, #476c6c);
}

Place in the World Fades Away color palette created on .