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: #9ee5ff;
}
.color-2 {
color: #78d6e2;
}
.color-3 {
color: #4ac8d9;
}
.color-4 {
color: #1ab9d5;
}
.color-5 {
color: #0098c7;
}

/* CSS Variables */
:root {
--color-1: #9ee5ff;
--color-2: #78d6e2;
--color-3: #4ac8d9;
--color-4: #1ab9d5;
--color-5: #0098c7;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ee5ff, #78d6e2, #4ac8d9, #1ab9d5, #0098c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ee5ff, #78d6e2, #4ac8d9, #1ab9d5, #0098c7);
}

Shades of Blue color palette created on .