Paleta de colores Amber Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Sunset palette

Compartir esta paleta en:

Descargar la paleta de colores Amber Sunset (PNG)

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

CSS de la paleta de colores Amber Sunset

/* CSS */
.color-1 {
color: #ffbf00;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #ff7b00;
}
.color-4 {
color: #ff5500;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ffbf00;
--color-2: #ff9d00;
--color-3: #ff7b00;
--color-4: #ff5500;
--color-5: #ff3c00;
}

CSS del degradado de fondo Amber Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf00, #ff9d00, #ff7b00, #ff5500, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf00, #ff9d00, #ff7b00, #ff5500, #ff3c00);
}

Amber Sunset color palette created on .