Creamy Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Orange palette

Share this palette to:

Creamy Orange color palette CSS

/* CSS */
.color-1 {
color: #ffe59e;
}
.color-2 {
color: #ffd8a8;
}
.color-3 {
color: #ffca9e;
}
.color-4 {
color: #ffb59e;
}
.color-5 {
color: #ffa07a;
}

/* CSS Variables */
:root {
--color-1: #ffe59e;
--color-2: #ffd8a8;
--color-3: #ffca9e;
--color-4: #ffb59e;
--color-5: #ffa07a;
}

Creamy Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe59e, #ffd8a8, #ffca9e, #ffb59e, #ffa07a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe59e, #ffd8a8, #ffca9e, #ffb59e, #ffa07a);
}

Creamy Orange color palette created on .