Paleta de colores Shades of Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue

/* CSS */
.color-1 {
color: #66ccdb;
}
.color-2 {
color: #4fb9c9;
}
.color-3 {
color: #3ba3b5;
}
.color-4 {
color: #2a909d;
}
.color-5 {
color: #1a7b84;
}

/* CSS Variables */
:root {
--color-1: #66ccdb;
--color-2: #4fb9c9;
--color-3: #3ba3b5;
--color-4: #2a909d;
--color-5: #1a7b84;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66ccdb, #4fb9c9, #3ba3b5, #2a909d, #1a7b84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66ccdb, #4fb9c9, #3ba3b5, #2a909d, #1a7b84);
}

Shades of Blue color palette created on .