Paleta de colores Shades of Green and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green and Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green and Blue

/* CSS */
.color-1 {
color: #1db954;
}
.color-2 {
color: #0096db;
}
.color-3 {
color: #f94e3e;
}
.color-4 {
color: #ffb05c;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #1db954;
--color-2: #0096db;
--color-3: #f94e3e;
--color-4: #ffb05c;
--color-5: #ff6b6b;
}

CSS del degradado de fondo Shades of Green and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db954, #0096db, #f94e3e, #ffb05c, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db954, #0096db, #f94e3e, #ffb05c, #ff6b6b);
}

Shades of Green and Blue color palette created on .