Paleta de colores Shades of Blue and Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue and Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue and Green

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #b2e0e0;
}
.color-4 {
color: #f4b8c4;
}
.color-5 {
color: #f6d5c1;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #a7d7b8;
--color-3: #b2e0e0;
--color-4: #f4b8c4;
--color-5: #f6d5c1;
}

CSS del degradado de fondo Shades of Blue and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #a7d7b8, #b2e0e0, #f4b8c4, #f6d5c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #a7d7b8, #b2e0e0, #f4b8c4, #f6d5c1);
}

Shades of Blue and Green color palette created on .