Paleta de colores Midnight Ocean Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Ocean Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Ocean Breeze

/* CSS */
.color-1 {
color: #030b30;
}
.color-2 {
color: #0a1f4d;
}
.color-3 {
color: #215083;
}
.color-4 {
color: #4a8cbf;
}
.color-5 {
color: #90c5e4;
}

/* CSS Variables */
:root {
--color-1: #030b30;
--color-2: #0a1f4d;
--color-3: #215083;
--color-4: #4a8cbf;
--color-5: #90c5e4;
}

CSS del degradado de fondo Midnight Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #030b30, #0a1f4d, #215083, #4a8cbf, #90c5e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #030b30, #0a1f4d, #215083, #4a8cbf, #90c5e4);
}

Paletas de colores similares

Midnight Ocean Breeze color palette created on .