Yellow Floris Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Floris palette
Yellow Floris color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f4e19f;
}
.color-4 {
color: #5fbf9c;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #f4e19f;
--color-4: #5fbf9c;
--color-5: #2a9d90;
}
Yellow Floris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #f4e19f, #5fbf9c, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #f4e19f, #5fbf9c, #2a9d90);
}
Similar color palettes
- Orange Frustration
- Carnation Sunshine
- Valencia Sunset
- Eclectic Symphony
- Bright Yellow
- Whispers of Warmth
- 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
Yellow Floris color palette created on .