Sweet Concord Bliss Color Palette
Discover the beautiful Sweet Concord Bliss color palette featuring eminence (#6f2c90), east side (#aa84c8), chantilly (#f7b1e1), kournikova (#ffdc6b) and di serria (#daa44e).
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 Sweet Concord Bliss palette
💻 Sweet Concord Bliss color palette CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #aa84c8;
}
.color-3 {
color: #f7b1e1;
}
.color-4 {
color: #ffdc6b;
}
.color-5 {
color: #daa44e;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #aa84c8;
--color-3: #f7b1e1;
--color-4: #ffdc6b;
--color-5: #daa44e;
} 🌈 Sweet Concord Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #aa84c8, #f7b1e1, #ffdc6b, #daa44e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #aa84c8, #f7b1e1, #ffdc6b, #daa44e);
} 🔗 Explore similar color palettes
Sweet Concord Bliss color palette created on .