Paleta de colores Midnight Whisper Melodies
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Whisper Melodies palette
CSS de la paleta de colores Midnight Whisper Melodies
/* CSS */
.color-1 {
color: #1e3a6c;
}
.color-2 {
color: #4b8daa;
}
.color-3 {
color: #7ed3b5;
}
.color-4 {
color: #f1e7d5;
}
.color-5 {
color: #ff7c5c;
}
/* CSS Variables */
:root {
--color-1: #1e3a6c;
--color-2: #4b8daa;
--color-3: #7ed3b5;
--color-4: #f1e7d5;
--color-5: #ff7c5c;
}
CSS del degradado de fondo Midnight Whisper Melodies
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a6c, #4b8daa, #7ed3b5, #f1e7d5, #ff7c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a6c, #4b8daa, #7ed3b5, #f1e7d5, #ff7c5c);
}
Paletas de colores similares
Midnight Whisper Melodies color palette created on .