Cute Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cute Orange palette
Cute Orange color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffa98f;
}
.color-5 {
color: #ff4281;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ffa98f;
--color-5: #ff4281;
}
Cute Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #ff6e61, #ffb84d, #ffa98f, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #ff6e61, #ffb84d, #ffa98f, #ff4281);
}
Similar color palettes
- Charming Serenity
- Pink Strawberry Milkshake
- Pastel Ivy League
- Purple Princess
- Valeriano Dreamscape
- Shades of Green and Pink
- Pink Whisper Dreams
- Shades of Green and Pink
- Black Green Elegance
- Dahlia Dreams
- Pink Dahlia
- Serene Sunset Breeze
- Shades of Pink
- Pink Sugarcrush
- Venomous Elegance
- Pink Sugarcrush
- Pink Peony
- Bright Orange
Cute Orange color palette created on .