Paleta de colores Orange and Green Bliss
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange and Green Bliss palette
CSS de la paleta de colores Orange and Green Bliss
/* CSS */
.color-1 {
color: #ff713d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffdb80;
}
.color-4 {
color: #2b9c76;
}
.color-5 {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--color-1: #ff713d;
--color-2: #ffb84d;
--color-3: #ffdb80;
--color-4: #2b9c76;
--color-5: #5d6cc0;
}
CSS del degradado de fondo Orange and Green Bliss
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff713d, #ffb84d, #ffdb80, #2b9c76, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff713d, #ffb84d, #ffdb80, #2b9c76, #5d6cc0);
}
Paletas de colores similares
Orange and Green Bliss color palette created on .