Orange Dog Day Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Dog Day palette

Condividi questa palette a:

Scarica la tavolozza dei colori Orange Dog Day (PNG)

Download orange dog day color palette PNG image (landscape)
Download orange dog day color palette PNG image (square)

tavolozza dei colori Orange Dog Day CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d15400;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f39c12;
--color-3: #e77e23;
--color-4: #d15400;
--color-5: #bf3a2b;
}

CSS con gradiente di sfondo Orange Dog Day

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f39c12, #e77e23, #d15400, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f39c12, #e77e23, #d15400, #bf3a2b);
}

Orange Dog Day color palette created on .