Paleta de colores Shades of Green Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green Blue

/* CSS */
.color-1 {
color: #e5e05d;
}
.color-2 {
color: #b5d779;
}
.color-3 {
color: #79b4a3;
}
.color-4 {
color: #3a99b6;
}
.color-5 {
color: #2c507d;
}

/* CSS Variables */
:root {
--color-1: #e5e05d;
--color-2: #b5d779;
--color-3: #79b4a3;
--color-4: #3a99b6;
--color-5: #2c507d;
}

CSS del degradado de fondo Shades of Green Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e05d, #b5d779, #79b4a3, #3a99b6, #2c507d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e05d, #b5d779, #79b4a3, #3a99b6, #2c507d);
}

Shades of Green Blue color palette created on .