Orange Dogthing Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Dogthing palette

Condividi questa palette a:

tavolozza dei colori Orange Dogthing CSS

/* CSS */
.color-1 {
color: #f1e1a7;
}
.color-2 {
color: #f4ba4e;
}
.color-3 {
color: #e16a37;
}
.color-4 {
color: #d24e2d;
}
.color-5 {
color: #a63e30;
}

/* CSS Variables */
:root {
--color-1: #f1e1a7;
--color-2: #f4ba4e;
--color-3: #e16a37;
--color-4: #d24e2d;
--color-5: #a63e30;
}

CSS con gradiente di sfondo Orange Dogthing

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e1a7, #f4ba4e, #e16a37, #d24e2d, #a63e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e1a7, #f4ba4e, #e16a37, #d24e2d, #a63e30);
}

Orange Dogthing color palette created on .