Sergey Razumovsky Color Palette
Discover the beautiful Sergey Razumovsky color palette featuring firefly (#0c1f34), biscay (#183c5c), jelly bean (#2c6b93), indochine (#b16800) and fire (#ab3802).
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 Sergey Razumovsky palette
💻 Sergey Razumovsky color palette CSS
/* CSS */
.color-1 {
color: #0c1f34;
}
.color-2 {
color: #183c5c;
}
.color-3 {
color: #2c6b93;
}
.color-4 {
color: #b16800;
}
.color-5 {
color: #ab3802;
}
/* CSS Variables */
:root {
--color-1: #0c1f34;
--color-2: #183c5c;
--color-3: #2c6b93;
--color-4: #b16800;
--color-5: #ab3802;
} 🌈 Sergey Razumovsky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c1f34, #183c5c, #2c6b93, #b16800, #ab3802);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c1f34, #183c5c, #2c6b93, #b16800, #ab3802);
} 🔗 Explore similar color palettes
Sergey Razumovsky color palette created on .