Paleta de colores Midnight Ocean

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Ocean palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Ocean

/* CSS */
.color-1 {
color: #5f36a6;
}
.color-2 {
color: #3a2b8c;
}
.color-3 {
color: #2b267d;
}
.color-4 {
color: #5173bd;
}
.color-5 {
color: #8ebfe6;
}

/* CSS Variables */
:root {
--color-1: #5f36a6;
--color-2: #3a2b8c;
--color-3: #2b267d;
--color-4: #5173bd;
--color-5: #8ebfe6;
}

CSS del degradado de fondo Midnight Ocean

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f36a6, #3a2b8c, #2b267d, #5173bd, #8ebfe6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f36a6, #3a2b8c, #2b267d, #5173bd, #8ebfe6);
}

Midnight Ocean color palette created on .