Golden Cleric Color Palette
Discover the beautiful Golden Cleric color palette featuring ronchi (#f1c84b), regent st blue (#a8d3e1), wewak (#f6a2a4), moss green (#b6e2b6) and french lilac (#e3c7f0).
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 Golden Cleric palette
💻 Golden Cleric color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #a8d3e1;
}
.color-3 {
color: #f6a2a4;
}
.color-4 {
color: #b6e2b6;
}
.color-5 {
color: #e3c7f0;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #a8d3e1;
--color-3: #f6a2a4;
--color-4: #b6e2b6;
--color-5: #e3c7f0;
} 🌈 Golden Cleric background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #a8d3e1, #f6a2a4, #b6e2b6, #e3c7f0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #a8d3e1, #f6a2a4, #b6e2b6, #e3c7f0);
} 🔗 Explore similar color palettes
Golden Cleric color palette created on .