Paleta de colores Olive Green and Rich Red Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Olive Green and Rich Red Harmony palette
CSS de la paleta de colores Olive Green and Rich Red Harmony
/* CSS */
.color-1 {
color: #5b8c3b;
}
.color-2 {
color: #c9492c;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #a2d8a4;
}
.color-5 {
color: #4d5b9d;
}
/* CSS Variables */
:root {
--color-1: #5b8c3b;
--color-2: #c9492c;
--color-3: #f6b83c;
--color-4: #a2d8a4;
--color-5: #4d5b9d;
}
CSS del degradado de fondo Olive Green and Rich Red Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8c3b, #c9492c, #f6b83c, #a2d8a4, #4d5b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8c3b, #c9492c, #f6b83c, #a2d8a4, #4d5b9d);
}
Paletas de colores similares
Olive Green and Rich Red Harmony color palette created on .