Loading...

Paleta de colores Atomic Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Atomic Orange palette

Compartir esta paleta en:

Descargar la paleta de colores Atomic Orange (PNG)

Download atomic orange color palette PNG image (landscape)
Download atomic orange color palette PNG image (square)

CSS de la paleta de colores Atomic Orange

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff8f2e;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffea00;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff8f2e;
--color-3: #ffb65c;
--color-4: #ffd900;
--color-5: #ffea00;
}

CSS del degradado de fondo Atomic Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff8f2e, #ffb65c, #ffd900, #ffea00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff8f2e, #ffb65c, #ffd900, #ffea00);
}

Atomic Orange color palette created on .