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: #f6bb3c;
}
.color-2 {
color: #f6e48e;
}
.color-3 {
color: #a6d9c9;
}
.color-4 {
color: #45a19c;
}
.color-5 {
color: #1b6b93;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f6e48e;
--color-3: #a6d9c9;
--color-4: #45a19c;
--color-5: #1b6b93;
}

CSS del degradado de fondo Shades of Blue and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f6e48e, #a6d9c9, #45a19c, #1b6b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f6e48e, #a6d9c9, #45a19c, #1b6b93);
}

Shades of Blue and Green color palette created on .