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: #f5c55b;
}
.color-2 {
color: #eab8b8;
}
.color-3 {
color: #b4e4d6;
}
.color-4 {
color: #81b2ea;
}
.color-5 {
color: #4a8eed;
}

/* CSS Variables */
:root {
--color-1: #f5c55b;
--color-2: #eab8b8;
--color-3: #b4e4d6;
--color-4: #81b2ea;
--color-5: #4a8eed;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c55b, #eab8b8, #b4e4d6, #81b2ea, #4a8eed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c55b, #eab8b8, #b4e4d6, #81b2ea, #4a8eed);
}

Shades of Blue color palette created on .