Cute Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cute Orange palette

Share this palette to:

Cute Orange color palette CSS

/* CSS */
.color-1 {
color: #ffdb70;
}
.color-2 {
color: #ffbaad;
}
.color-3 {
color: #ffcebd;
}
.color-4 {
color: #ffd6d8;
}
.color-5 {
color: #ffe8c7;
}

/* CSS Variables */
:root {
--color-1: #ffdb70;
--color-2: #ffbaad;
--color-3: #ffcebd;
--color-4: #ffd6d8;
--color-5: #ffe8c7;
}

Cute Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdb70, #ffbaad, #ffcebd, #ffd6d8, #ffe8c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdb70, #ffbaad, #ffcebd, #ffd6d8, #ffe8c7);
}

Cute Orange color palette created on .