Paleta de colores Fresh Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fresh Green palette

Compartir esta paleta en:

CSS de la paleta de colores Fresh Green

/* CSS */
.color-1 {
color: #50d3b2;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #f4e04e;
}
.color-4 {
color: #ff8e3d;
}
.color-5 {
color: #ff5c5c;
}

/* CSS Variables */
:root {
--color-1: #50d3b2;
--color-2: #7fd959;
--color-3: #f4e04e;
--color-4: #ff8e3d;
--color-5: #ff5c5c;
}

CSS del degradado de fondo Fresh Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50d3b2, #7fd959, #f4e04e, #ff8e3d, #ff5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50d3b2, #7fd959, #f4e04e, #ff8e3d, #ff5c5c);
}

Fresh Green color palette created on .