Paleta de colores Red and Yellow Mario

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red and Yellow Mario palette

Compartir esta paleta en:

CSS de la paleta de colores Red and Yellow Mario

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f5c000;
}
.color-4 {
color: #3b916c;
}
.color-5 {
color: #0073e6;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #ff6d1f;
--color-3: #f5c000;
--color-4: #3b916c;
--color-5: #0073e6;
}

CSS del degradado de fondo Red and Yellow Mario

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #ff6d1f, #f5c000, #3b916c, #0073e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #ff6d1f, #f5c000, #3b916c, #0073e6);
}

Red and Yellow Mario color palette created on .