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: #f3e9d3;
}
.color-2 {
color: #d2c2e0;
}
.color-3 {
color: #a8b2e1;
}
.color-4 {
color: #509dc3;
}
.color-5 {
color: #2b5e82;
}

/* CSS Variables */
:root {
--color-1: #f3e9d3;
--color-2: #d2c2e0;
--color-3: #a8b2e1;
--color-4: #509dc3;
--color-5: #2b5e82;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e9d3, #d2c2e0, #a8b2e1, #509dc3, #2b5e82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e9d3, #d2c2e0, #a8b2e1, #509dc3, #2b5e82);
}

Shades of Blue color palette created on .