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: #f9a97b;
}
.color-2 {
color: #f6e1a7;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #87aef8;
}
.color-5 {
color: #6d5c99;
}

/* CSS Variables */
:root {
--color-1: #f9a97b;
--color-2: #f6e1a7;
--color-3: #a3d6e0;
--color-4: #87aef8;
--color-5: #6d5c99;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a97b, #f6e1a7, #a3d6e0, #87aef8, #6d5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a97b, #f6e1a7, #a3d6e0, #87aef8, #6d5c99);
}

Shades of Blue color palette created on .