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