Orange Dolly Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Dolly palette

Share this palette to:

Orange Dolly color palette CSS

/* CSS */
.color-1 {
color: #fad6a3;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #dba800;
}
.color-4 {
color: #a86b00;
}
.color-5 {
color: #703c00;
}

/* CSS Variables */
:root {
--color-1: #fad6a3;
--color-2: #fab700;
--color-3: #dba800;
--color-4: #a86b00;
--color-5: #703c00;
}

Orange Dolly background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad6a3, #fab700, #dba800, #a86b00, #703c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad6a3, #fab700, #dba800, #a86b00, #703c00);
}

Orange Dolly color palette created on .