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: #aad18f;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #aad18f;
--color-2: #f5b8b2;
--color-3: #f8c572;
--color-4: #f39c12;
--color-5: #e77e23;
}

CSS del degradado de fondo Orange Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad18f, #f5b8b2, #f8c572, #f39c12, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad18f, #f5b8b2, #f8c572, #f39c12, #e77e23);
}

Orange Garden color palette created on .