Orange Charmander Color Palette
Discover the beautiful Orange Charmander color palette featuring frangipani (#ffe0b3), flesh (#ffcdad), wax flower (#ffc09e), hit pink (#ffb08f) and tacao (#f4af8a).
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 Orange Charmander palette
๐ป Orange Charmander color palette CSS
/* CSS */
.color-1 {
color: #ffe0b3;
}
.color-2 {
color: #ffcdad;
}
.color-3 {
color: #ffc09e;
}
.color-4 {
color: #ffb08f;
}
.color-5 {
color: #f4af8a;
}
/* CSS Variables */
:root {
--color-1: #ffe0b3;
--color-2: #ffcdad;
--color-3: #ffc09e;
--color-4: #ffb08f;
--color-5: #f4af8a;
} ๐ Orange Charmander background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe0b3, #ffcdad, #ffc09e, #ffb08f, #f4af8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe0b3, #ffcdad, #ffc09e, #ffb08f, #f4af8a);
} ๐ Explore similar color palettes
Orange Charmander color palette created on .