Paleta de colores Red and Yellow Fusion

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red and Yellow Fusion palette

Compartir esta paleta en:

CSS de la paleta de colores Red and Yellow Fusion

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #c72b29;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f4a20b;
}
.color-5 {
color: #b30000;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #c72b29;
--color-3: #f6b83c;
--color-4: #f4a20b;
--color-5: #b30000;
}

CSS del degradado de fondo Red and Yellow Fusion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #c72b29, #f6b83c, #f4a20b, #b30000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #c72b29, #f6b83c, #f4a20b, #b30000);
}

Paletas de colores similares

Red and Yellow Fusion color palette created on .