Paleta de colores Marine Blue and Red Dining

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Marine Blue and Red Dining palette

Compartir esta paleta en:

CSS de la paleta de colores Marine Blue and Red Dining

/* 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;
}

CSS del degradado de fondo Marine Blue and Red Dining

/* 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);
}

Marine Blue and Red Dining color palette created on .