Paleta de colores Dreams of New York
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dreams of New York palette
Imagen PNG de la paleta de colores Dreams of New York
CSS de la paleta de colores Dreams of New York
/* CSS */
.color-1 {
color: #486a8e;
}
.color-2 {
color: #5a99aa;
}
.color-3 {
color: #f5b38f;
}
.color-4 {
color: #f3dc82;
}
.color-5 {
color: #d79689;
}
/* CSS Variables */
:root {
--color-1: #486a8e;
--color-2: #5a99aa;
--color-3: #f5b38f;
--color-4: #f3dc82;
--color-5: #d79689;
}
CSS del degradado de fondo Dreams of New York
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #486a8e, #5a99aa, #f5b38f, #f3dc82, #d79689);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #486a8e, #5a99aa, #f5b38f, #f3dc82, #d79689);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Azul
Dreams of New York color palette created on .