Paleta de colores Cute Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cute Green palette

Compartir esta paleta en:

CSS de la paleta de colores Cute Green

/* CSS */
.color-1 {
color: #6adc7d;
}
.color-2 {
color: #8ce3b6;
}
.color-3 {
color: #b4f7b0;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #6adc7d;
--color-2: #8ce3b6;
--color-3: #b4f7b0;
--color-4: #ffeb8a;
--color-5: #ff6b6b;
}

CSS del degradado de fondo Cute Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6adc7d, #8ce3b6, #b4f7b0, #ffeb8a, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6adc7d, #8ce3b6, #b4f7b0, #ffeb8a, #ff6b6b);
}

Cute Green color palette created on .