Paleta de colores AgriTech Brights

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with AgriTech Brights palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores AgriTech Brights

Download agritech brights color palette PNG image (landscape)
Download agritech brights color palette PNG image (square)

CSS de la paleta de colores AgriTech Brights

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #407f9c;
}
.color-3 {
color: #ff6a14;
}
.color-4 {
color: #2e3f52;
}
.color-5 {
color: #a6c6d3;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #407f9c;
--color-3: #ff6a14;
--color-4: #2e3f52;
--color-5: #a6c6d3;
}

CSS del degradado de fondo AgriTech Brights

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #407f9c, #ff6a14, #2e3f52, #a6c6d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #407f9c, #ff6a14, #2e3f52, #a6c6d3);
}

AgriTech Brights color palette created on .