Joyful Skies Color Palette
Discover the beautiful Joyful Skies color palette featuring froly (#f77b68), rajah (#f8b261), cream can (#f8cf61), scooter (#28cad7) and brink pink (#f76376).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Joyful Skies palette
💻 Joyful Skies color palette CSS
/* CSS */
.color-1 {
color: #f77b68;
}
.color-2 {
color: #f8b261;
}
.color-3 {
color: #f8cf61;
}
.color-4 {
color: #28cad7;
}
.color-5 {
color: #f76376;
}
/* CSS Variables */
:root {
--color-1: #f77b68;
--color-2: #f8b261;
--color-3: #f8cf61;
--color-4: #28cad7;
--color-5: #f76376;
} 🌈 Joyful Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f77b68, #f8b261, #f8cf61, #28cad7, #f76376);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f77b68, #f8b261, #f8cf61, #28cad7, #f76376);
} 🔗 Explore similar color palettes
Joyful Skies color palette created on .