Kyle's Colors Color Palette
Discover the beautiful Kyle's Colors color palette featuring feijoa (#a4d56c), supernova (#f5c400), flamingo (#ed692c), shakespeare (#4d9fcb) and illusion (#f7b5b5).
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 Kyle's Colors palette
💻 Kyle's Colors color palette CSS
/* CSS */
.color-1 {
color: #a4d56c;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #ed692c;
}
.color-4 {
color: #4d9fcb;
}
.color-5 {
color: #f7b5b5;
}
/* CSS Variables */
:root {
--color-1: #a4d56c;
--color-2: #f5c400;
--color-3: #ed692c;
--color-4: #4d9fcb;
--color-5: #f7b5b5;
} 🌈 Kyle's Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d56c, #f5c400, #ed692c, #4d9fcb, #f7b5b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d56c, #f5c400, #ed692c, #4d9fcb, #f7b5b5);
} 🔗 Explore similar color palettes
Kyle's Colors color palette created on .