Marine Blue and Red Dining Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Marine Blue and Red Dining palette
Marine Blue and Red Dining color palette CSS
/* CSS */
.color-1 {
color: #3b4d72;
}
.color-2 {
color: #f05656;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #56768f;
}
/* CSS Variables */
:root {
--color-1: #3b4d72;
--color-2: #f05656;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #56768f;
}
Marine Blue and Red Dining background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4d72, #f05656, #f9c54e, #91be6f, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4d72, #f05656, #f9c54e, #91be6f, #56768f);
}
Similar color palettes
Scroll down to explore 70+ Blue color palettes
Marine Blue and Red Dining color palette created on .