Paleta de colores Red and Orange Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red and Orange Harmony palette
CSS de la paleta de colores Red and Orange Harmony
/* CSS */
.color-1 {
color: #d82c2f;
}
.color-2 {
color: #f79c40;
}
.color-3 {
color: #f9d64e;
}
.color-4 {
color: #6bbf4a;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #d82c2f;
--color-2: #f79c40;
--color-3: #f9d64e;
--color-4: #6bbf4a;
--color-5: #4b91e2;
}
CSS del degradado de fondo Red and Orange Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d82c2f, #f79c40, #f9d64e, #6bbf4a, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d82c2f, #f79c40, #f9d64e, #6bbf4a, #4b91e2);
}
Paletas de colores similares
Red and Orange Harmony color palette created on .