Orange Adventure Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Adventure palette

Condividi questa palette a:

tavolozza dei colori Orange Adventure CSS

/* CSS */
.color-1 {
color: #ffb742;
}
.color-2 {
color: #ff8838;
}
.color-3 {
color: #ff6a1a;
}
.color-4 {
color: #ff5500;
}
.color-5 {
color: #d90218;
}

/* CSS Variables */
:root {
--color-1: #ffb742;
--color-2: #ff8838;
--color-3: #ff6a1a;
--color-4: #ff5500;
--color-5: #d90218;
}

CSS con gradiente di sfondo Orange Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb742, #ff8838, #ff6a1a, #ff5500, #d90218);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb742, #ff8838, #ff6a1a, #ff5500, #d90218);
}

Orange Adventure color palette created on .