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: #a4c8df;
}
.color-2 {
color: #f2e7d4;
}
.color-3 {
color: #f8caa5;
}
.color-4 {
color: #f48a8a;
}
.color-5 {
color: #d66b94;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #f2e7d4;
--color-3: #f8caa5;
--color-4: #f48a8a;
--color-5: #d66b94;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #f2e7d4, #f8caa5, #f48a8a, #d66b94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #f2e7d4, #f8caa5, #f48a8a, #d66b94);
}

Shades of Blue color palette created on .