Paleta de colores Red Siren

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Siren palette

Compartir esta paleta en:

CSS de la paleta de colores Red Siren

/* CSS */
.color-1 {
color: #d6383b;
}
.color-2 {
color: #ff6933;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f4e4b3;
}
.color-5 {
color: #3f7d6a;
}

/* CSS Variables */
:root {
--color-1: #d6383b;
--color-2: #ff6933;
--color-3: #ffb84d;
--color-4: #f4e4b3;
--color-5: #3f7d6a;
}

CSS del degradado de fondo Red Siren

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6383b, #ff6933, #ffb84d, #f4e4b3, #3f7d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6383b, #ff6933, #ffb84d, #f4e4b3, #3f7d6a);
}

Red Siren color palette created on .