Paleta de colores Applejack Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Applejack Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Applejack Sunset

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

CSS de la paleta de colores Applejack Sunset

/* CSS */
.color-1 {
color: #f2b54a;
}
.color-2 {
color: #e39e59;
}
.color-3 {
color: #cc7c66;
}
.color-4 {
color: #a95b66;
}
.color-5 {
color: #874a77;
}

/* CSS Variables */
:root {
--color-1: #f2b54a;
--color-2: #e39e59;
--color-3: #cc7c66;
--color-4: #a95b66;
--color-5: #874a77;
}

CSS del degradado de fondo Applejack Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b54a, #e39e59, #cc7c66, #a95b66, #874a77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b54a, #e39e59, #cc7c66, #a95b66, #874a77);
}

Applejack Sunset color palette created on .