Paleta de colores Warm Shades of Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Shades of Orange palette

Compartir esta paleta en:

Descargar la paleta de colores Warm Shades of Orange (PNG)

Download warm shades of orange color palette PNG image (landscape)
Download warm shades of orange color palette PNG image (square)

CSS de la paleta de colores Warm Shades of Orange

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #dce773;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #dce773;
--color-5: #4cae4f;
}

CSS del degradado de fondo Warm Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}

Warm Shades of Orange color palette created on .