Paleta de colores Red Devilboy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Devilboy palette

Compartir esta paleta en:

CSS de la paleta de colores Red Devilboy

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff7c4d;
}
.color-3 {
color: #ffbe4d;
}
.color-4 {
color: #ff4d7c;
}
.color-5 {
color: #4dff7c;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff7c4d;
--color-3: #ffbe4d;
--color-4: #ff4d7c;
--color-5: #4dff7c;
}

CSS del degradado de fondo Red Devilboy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff7c4d, #ffbe4d, #ff4d7c, #4dff7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff7c4d, #ffbe4d, #ff4d7c, #4dff7c);
}

Red Devilboy color palette created on .