Paleta de colores Pastel Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Blue

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b9c8e9;
}
.color-3 {
color: #d1b3e0;
}
.color-4 {
color: #e1b7d4;
}
.color-5 {
color: #f9c8d6;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b9c8e9;
--color-3: #d1b3e0;
--color-4: #e1b7d4;
--color-5: #f9c8d6;
}

CSS del degradado de fondo Pastel Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b9c8e9, #d1b3e0, #e1b7d4, #f9c8d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b9c8e9, #d1b3e0, #e1b7d4, #f9c8d6);
}

Pastel Blue color palette created on .