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: #1a202d;
}
.color-2 {
color: #3d4b71;
}
.color-3 {
color: #5b6b8b;
}
.color-4 {
color: #8ea3c2;
}
.color-5 {
color: #cdd7e5;
}

/* CSS Variables */
:root {
--color-1: #1a202d;
--color-2: #3d4b71;
--color-3: #5b6b8b;
--color-4: #8ea3c2;
--color-5: #cdd7e5;
}

CSS del degradado de fondo Midnight Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a202d, #3d4b71, #5b6b8b, #8ea3c2, #cdd7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a202d, #3d4b71, #5b6b8b, #8ea3c2, #cdd7e5);
}

Midnight Ocean Breeze color palette created on .