Orange Solace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Solace palette

Share this palette to:

Orange Solace color palette CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #a83e00;
}
.color-5 {
color: #7a2d00;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f5a300;
--color-3: #d15400;
--color-4: #a83e00;
--color-5: #7a2d00;
}

Orange Solace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f5a300, #d15400, #a83e00, #7a2d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f5a300, #d15400, #a83e00, #7a2d00);
}

Orange Solace color palette created on .