Mariana Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mariana palette
Mariana color palette PNG image
Mariana color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #7cc7e4;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a7cba;
--color-3: #7cc7e4;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
Mariana background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a7cba, #7cc7e4, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a7cba, #7cc7e4, #ffb84d, #ff6e61);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Mariana color palette created on .