Adventure Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Adventure palette

Condividi questa palette a:

tavolozza dei colori Adventure CSS

/* CSS */
.color-1 {
color: #a09537;
}
.color-2 {
color: #f2937d;
}
.color-3 {
color: #b52635;
}
.color-4 {
color: #687dac;
}
.color-5 {
color: #eab22e;
}

/* CSS Variables */
:root {
--color-1: #a09537;
--color-2: #f2937d;
--color-3: #b52635;
--color-4: #687dac;
--color-5: #eab22e;
}

CSS con gradiente di sfondo Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a09537, #f2937d, #b52635, #687dac, #eab22e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a09537, #f2937d, #b52635, #687dac, #eab22e);
}

Adventure color palette created on .