Paleta de colores Manhattan Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Manhattan Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Manhattan Sunset

Download manhattan sunset color palette PNG image (landscape)
Download manhattan sunset color palette PNG image (square)

CSS de la paleta de colores Manhattan Sunset

/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f2aa7d;
}
.color-3 {
color: #ff8a5c;
}
.color-4 {
color: #ff713d;
}
.color-5 {
color: #ff4c29;
}

/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f2aa7d;
--color-3: #ff8a5c;
--color-4: #ff713d;
--color-5: #ff4c29;
}

CSS del degradado de fondo Manhattan Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f2aa7d, #ff8a5c, #ff713d, #ff4c29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f2aa7d, #ff8a5c, #ff713d, #ff4c29);
}

Manhattan Sunset color palette created on .