Lonely Fox Wandering Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lonely Fox Wandering palette

Condividi questa palette a:

tavolozza dei colori Lonely Fox Wandering CSS

/* CSS */
.color-1 {
color: #c55e59;
}
.color-2 {
color: #e0a54d;
}
.color-3 {
color: #f8e8af;
}
.color-4 {
color: #b1d2ce;
}
.color-5 {
color: #6d919c;
}

/* CSS Variables */
:root {
--color-1: #c55e59;
--color-2: #e0a54d;
--color-3: #f8e8af;
--color-4: #b1d2ce;
--color-5: #6d919c;
}

CSS con gradiente di sfondo Lonely Fox Wandering

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c55e59, #e0a54d, #f8e8af, #b1d2ce, #6d919c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c55e59, #e0a54d, #f8e8af, #b1d2ce, #6d919c);
}

Lonely Fox Wandering color palette created on .