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