Paleta de colores Midnight Thoughts

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Thoughts palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Thoughts

Download midnight thoughts color palette PNG image (landscape)
Download midnight thoughts color palette PNG image (square)

CSS de la paleta de colores Midnight Thoughts

/* CSS */
.color-1 {
color: #1f2029;
}
.color-2 {
color: #2a2c41;
}
.color-3 {
color: #4e5d73;
}
.color-4 {
color: #a4cfdf;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #1f2029;
--color-2: #2a2c41;
--color-3: #4e5d73;
--color-4: #a4cfdf;
--color-5: #f4a462;
}

CSS del degradado de fondo Midnight Thoughts

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2029, #2a2c41, #4e5d73, #a4cfdf, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2029, #2a2c41, #4e5d73, #a4cfdf, #f4a462);
}

Midnight Thoughts color palette created on .