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: #f8c84f;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f27b2c;
}
.color-4 {
color: #e94e2b;
}
.color-5 {
color: #d14633;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f5a524;
--color-3: #f27b2c;
--color-4: #e94e2b;
--color-5: #d14633;
}

CSS con gradiente di sfondo Orange Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f5a524, #f27b2c, #e94e2b, #d14633);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f5a524, #f27b2c, #e94e2b, #d14633);
}

Orange Adventure color palette created on .