Colorful Culture Color Palette
Discover the beautiful Colorful Culture color palette featuring sea buckthorn (#f6a23c), saffron (#f5b83d), yellow green (#a7d86e), cornflower blue (#69adec) and dodger blue (#4c5dfa).
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 Colorful Culture palette
💻 Colorful Culture color palette CSS
/* CSS */
.color-1 {
color: #f6a23c;
}
.color-2 {
color: #f5b83d;
}
.color-3 {
color: #a7d86e;
}
.color-4 {
color: #69adec;
}
.color-5 {
color: #4c5dfa;
}
/* CSS Variables */
:root {
--color-1: #f6a23c;
--color-2: #f5b83d;
--color-3: #a7d86e;
--color-4: #69adec;
--color-5: #4c5dfa;
} 🌈 Colorful Culture background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a23c, #f5b83d, #a7d86e, #69adec, #4c5dfa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a23c, #f5b83d, #a7d86e, #69adec, #4c5dfa);
} 🔗 Explore similar color palettes
Colorful Culture color palette created on .