Orange Dandy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Dandy palette

Condividi questa palette a:

tavolozza dei colori Orange Dandy CSS

/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #db5e24;
}
.color-4 {
color: #c03e30;
}
.color-5 {
color: #682c2f;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f5a524;
--color-3: #db5e24;
--color-4: #c03e30;
--color-5: #682c2f;
}

CSS con gradiente di sfondo Orange Dandy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f5a524, #db5e24, #c03e30, #682c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f5a524, #db5e24, #c03e30, #682c2f);
}

Orange Dandy color palette created on .