Paleta de colores Colorful Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Colorful Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Colorful Blue

/* CSS */
.color-1 {
color: #f6a088;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #f9e2a4;
}
.color-4 {
color: #a1d8e3;
}
.color-5 {
color: #6baedb;
}

/* CSS Variables */
:root {
--color-1: #f6a088;
--color-2: #f9d86c;
--color-3: #f9e2a4;
--color-4: #a1d8e3;
--color-5: #6baedb;
}

CSS del degradado de fondo Colorful Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a088, #f9d86c, #f9e2a4, #a1d8e3, #6baedb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a088, #f9d86c, #f9e2a4, #a1d8e3, #6baedb);
}

Colorful Blue color palette created on .