Paleta de colores Special Forces Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Special Forces Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Special Forces Sunset

Download special forces sunset color palette PNG image (landscape)
Download special forces sunset color palette PNG image (square)

CSS de la paleta de colores Special Forces Sunset

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #4d4d4d;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ffca38;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #4d4d4d;
--color-3: #ff6d1f;
--color-4: #ff8c00;
--color-5: #ffca38;
}

CSS del degradado de fondo Special Forces Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #4d4d4d, #ff6d1f, #ff8c00, #ffca38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #4d4d4d, #ff6d1f, #ff8c00, #ffca38);
}

Special Forces Sunset color palette created on .