Sergey Razumovsky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sergey Razumovsky palette
Sergey Razumovsky color palette CSS
/* CSS */
.color-1 {
color: #0c2036;
}
.color-2 {
color: #183d5d;
}
.color-3 {
color: #2b6a91;
}
.color-4 {
color: #b36800;
}
.color-5 {
color: #ac3802;
}
/* CSS Variables */
:root {
--color-1: #0c2036;
--color-2: #183d5d;
--color-3: #2b6a91;
--color-4: #b36800;
--color-5: #ac3802;
}
Sergey Razumovsky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c2036, #183d5d, #2b6a91, #b36800, #ac3802);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c2036, #183d5d, #2b6a91, #b36800, #ac3802);
}
Similar color palettes
Scroll down to explore 1 Blue color palette
Sergey Razumovsky color palette created on .