Corporate Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Corporate Red palette
Corporate Red color palette CSS
/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #f2f2f2;
}
.color-3 {
color: #4a8bba;
}
.color-4 {
color: #b6d2e2;
}
.color-5 {
color: #8c8c8c;
}
/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #f2f2f2;
--color-3: #4a8bba;
--color-4: #b6d2e2;
--color-5: #8c8c8c;
}
Corporate Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #f2f2f2, #4a8bba, #b6d2e2, #8c8c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #f2f2f2, #4a8bba, #b6d2e2, #8c8c8c);
}
Similar color palettes
Corporate Red color palette created on .