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