Chic Playtime Color Palette
Discover the beautiful Chic Playtime color palette featuring neon carrot (#ff9a42), wild watermelon (#ff5c7a), ronchi (#f1c84b), picton blue (#4bc9f7) and butterfly bush (#6a4c94).
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 Chic Playtime palette
💻 Chic Playtime color palette CSS
/* CSS */
.color-1 {
color: #ff9a42;
}
.color-2 {
color: #ff5c7a;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #4bc9f7;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #ff9a42;
--color-2: #ff5c7a;
--color-3: #f1c84b;
--color-4: #4bc9f7;
--color-5: #6a4c94;
}
🌈 Chic Playtime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9a42, #ff5c7a, #f1c84b, #4bc9f7, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9a42, #ff5c7a, #f1c84b, #4bc9f7, #6a4c94);
}
🔗 Explore similar color palettes
Chic Playtime color palette created on .