Paleta de colores Midnight Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Oasis

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #5abfdd;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #2b3d50;
--color-3: #ff6e61;
--color-4: #5abfdd;
--color-5: #f39c12;
}

CSS del degradado de fondo Midnight Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #2b3d50, #ff6e61, #5abfdd, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #2b3d50, #ff6e61, #5abfdd, #f39c12);
}

Midnight Oasis color palette created on .