Paleta de colores Radioactive

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Radioactive palette

Compartir esta paleta en:

Descargar la paleta de colores Radioactive (PNG)

Download radioactive color palette PNG image (landscape)
Download radioactive color palette PNG image (square)

CSS de la paleta de colores Radioactive

/* CSS */
.color-1 {
color: #3dff5a;
}
.color-2 {
color: #2b8c3d;
}
.color-3 {
color: #1f5b29;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff5100;
}

/* CSS Variables */
:root {
--color-1: #3dff5a;
--color-2: #2b8c3d;
--color-3: #1f5b29;
--color-4: #ffcc00;
--color-5: #ff5100;
}

CSS del degradado de fondo Radioactive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dff5a, #2b8c3d, #1f5b29, #ffcc00, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dff5a, #2b8c3d, #1f5b29, #ffcc00, #ff5100);
}

Radioactive color palette created on .