Paleta de colores Orange Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Garden

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb65c;
}
.color-3 {
color: #ffda85;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #5e8c31;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb65c;
--color-3: #ffda85;
--color-4: #a3d55d;
--color-5: #5e8c31;
}

CSS del degradado de fondo Orange Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb65c, #ffda85, #a3d55d, #5e8c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb65c, #ffda85, #a3d55d, #5e8c31);
}

Orange Garden color palette created on .