Trinity Color Palette
Discover the beautiful Trinity color palette featuring gothic (#6a8e9a), regent st blue (#a2d2e2), givry (#f7e3b6), illusion (#f9aec3) and froly (#ef6c6c).
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 Trinity palette
💻 Trinity color palette CSS
/* CSS */
.color-1 {
color: #6a8e9a;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #f7e3b6;
}
.color-4 {
color: #f9aec3;
}
.color-5 {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--color-1: #6a8e9a;
--color-2: #a2d2e2;
--color-3: #f7e3b6;
--color-4: #f9aec3;
--color-5: #ef6c6c;
} 🌈 Trinity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8e9a, #a2d2e2, #f7e3b6, #f9aec3, #ef6c6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8e9a, #a2d2e2, #f7e3b6, #f9aec3, #ef6c6c);
} 🔗 Explore similar color palettes
Trinity color palette created on .