Colorful Chiso Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Chiso palette
Colorful Chiso color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d3e156;
}
.color-4 {
color: #64b5f7;
}
.color-5 {
color: #6b508b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcb5c;
--color-3: #d3e156;
--color-4: #64b5f7;
--color-5: #6b508b;
}
Colorful Chiso background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcb5c, #d3e156, #64b5f7, #6b508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcb5c, #d3e156, #64b5f7, #6b508b);
}
Similar color palettes
- Purple Mystery
- Golden Warmth
- Shades of Yellow
- Celestial Breeze
- Autumn's Warm Embrace
- Golden Sunset Serenade
- Warm Yellow Conversation
- Shadows of Conflict
- Colorful Stefano
- Vibrant Orange
- Golden Ember Glow
- Tropical Blue
- Vermont Sunset Serenade
- Cherry Blossom Breeze
- Golden Shades
- Julie’s Garden of Dreams
- Orange Joseph
- Pink Dandy
Colorful Chiso color palette created on .