Paleta de colores Midnight Ocean Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Ocean Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Ocean Whisper

/* CSS */
.color-1 {
color: #caced3;
}
.color-2 {
color: #505c6d;
}
.color-3 {
color: #2c3a4e;
}
.color-4 {
color: #202e46;
}
.color-5 {
color: #1c2b40;
}

/* CSS Variables */
:root {
--color-1: #caced3;
--color-2: #505c6d;
--color-3: #2c3a4e;
--color-4: #202e46;
--color-5: #1c2b40;
}

CSS del degradado de fondo Midnight Ocean Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #caced3, #505c6d, #2c3a4e, #202e46, #1c2b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #caced3, #505c6d, #2c3a4e, #202e46, #1c2b40);
}

Midnight Ocean Whisper color palette created on .