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: #afbdd9;
}
.color-2 {
color: #a8c8d6;
}
.color-3 {
color: #b4e2e4;
}
.color-4 {
color: #e9b4c3;
}
.color-5 {
color: #f5b2b2;
}

/* CSS Variables */
:root {
--color-1: #afbdd9;
--color-2: #a8c8d6;
--color-3: #b4e2e4;
--color-4: #e9b4c3;
--color-5: #f5b2b2;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afbdd9, #a8c8d6, #b4e2e4, #e9b4c3, #f5b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afbdd9, #a8c8d6, #b4e2e4, #e9b4c3, #f5b2b2);
}

Shades of Blue color palette created on .