Paleta de colores The Night before Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with The Night before Dawn palette
CSS de la paleta de colores The Night before Dawn
/* CSS */
.color-1 {
color: #2e3f52;
}
.color-2 {
color: #4a6478;
}
.color-3 {
color: #6c7b89;
}
.color-4 {
color: #a5c1d5;
}
.color-5 {
color: #f1f7f9;
}
/* CSS Variables */
:root {
--color-1: #2e3f52;
--color-2: #4a6478;
--color-3: #6c7b89;
--color-4: #a5c1d5;
--color-5: #f1f7f9;
}
CSS del degradado de fondo The Night before Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3f52, #4a6478, #6c7b89, #a5c1d5, #f1f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3f52, #4a6478, #6c7b89, #a5c1d5, #f1f7f9);
}
Paletas de colores similares
The Night before Dawn color palette created on .