Warm Charlee Color Palette
Discover the beautiful Warm Charlee color palette featuring mona lisa (#ffa299), hit pink (#ffb88f), grandis (#ffd28f), egg white (#ffefc2) and energy yellow (#f6d860).
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 Warm Charlee palette
💻 Warm Charlee color palette CSS
/* CSS */
.color-1 {
color: #ffa299;
}
.color-2 {
color: #ffb88f;
}
.color-3 {
color: #ffd28f;
}
.color-4 {
color: #ffefc2;
}
.color-5 {
color: #f6d860;
}
/* CSS Variables */
:root {
--color-1: #ffa299;
--color-2: #ffb88f;
--color-3: #ffd28f;
--color-4: #ffefc2;
--color-5: #f6d860;
} 🌈 Warm Charlee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa299, #ffb88f, #ffd28f, #ffefc2, #f6d860);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa299, #ffb88f, #ffd28f, #ffefc2, #f6d860);
} 🔗 Explore similar color palettes
Warm Charlee color palette created on .