Paleta de colores Red and Yellow Contrast
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red and Yellow Contrast palette
CSS de la paleta de colores Red and Yellow Contrast
/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #b42222;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffd900;
--color-3: #000000;
--color-4: #ffffff;
--color-5: #b42222;
}
CSS del degradado de fondo Red and Yellow Contrast
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffd900, #000000, #ffffff, #b42222);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffd900, #000000, #ffffff, #b42222);
}
Paletas de colores similares
Red and Yellow Contrast color palette created on .