Paleta de colores Orange Construction

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Construction palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Construction

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffa600;
}
.color-3 {
color: #2e492d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ff8c00;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffa600;
--color-3: #2e492d;
--color-4: #f0e78e;
--color-5: #ff8c00;
}

CSS del degradado de fondo Orange Construction

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffa600, #2e492d, #f0e78e, #ff8c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffa600, #2e492d, #f0e78e, #ff8c00);
}

Orange Construction color palette created on .