Digital Affection Harmony Color Palette
Discover the beautiful Digital Affection Harmony color palette featuring yellow orange (#fbaf3c), bittersweet (#ff6e61), mandy (#e94e77), east side (#a77ccb) and cornflower blue (#69adec).
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 Digital Affection Harmony palette
💻 Digital Affection Harmony color palette CSS
/* CSS */
.color-1 {
color: #fbaf3c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #a77ccb;
}
.color-5 {
color: #69adec;
}
/* CSS Variables */
:root {
--color-1: #fbaf3c;
--color-2: #ff6e61;
--color-3: #e94e77;
--color-4: #a77ccb;
--color-5: #69adec;
} 🌈 Digital Affection Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbaf3c, #ff6e61, #e94e77, #a77ccb, #69adec);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbaf3c, #ff6e61, #e94e77, #a77ccb, #69adec);
} 🔗 Explore similar color palettes
Digital Affection Harmony color palette created on .