Orange Sin Color Palette
Discover the beautiful Orange Sin color palette featuring my sin (#ffb41f), tree poppy (#ff9a1f), orange (#ff6d1f), sunset orange (#ff4d4f) and wild strawberry (#ff297e).
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 Orange Sin palette
💻 Orange Sin color palette CSS
/* CSS */
.color-1 {
color: #ffb41f;
}
.color-2 {
color: #ff9a1f;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #ff297e;
}
/* CSS Variables */
:root {
--color-1: #ffb41f;
--color-2: #ff9a1f;
--color-3: #ff6d1f;
--color-4: #ff4d4f;
--color-5: #ff297e;
}
🌈 Orange Sin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb41f, #ff9a1f, #ff6d1f, #ff4d4f, #ff297e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb41f, #ff9a1f, #ff6d1f, #ff4d4f, #ff297e);
}
🔗 Explore similar color palettes
Orange Sin color palette created on .