Paleta de colores Sakura Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sakura Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sakura Blue

Download  sakura blue color palette PNG image (landscape)
Download  sakura blue color palette PNG image (square)

CSS de la paleta de colores Sakura Blue

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #9fd3df;
}
.color-3 {
color: #f1b1d1;
}
.color-4 {
color: #f5bab2;
}
.color-5 {
color: #da4e4e;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #9fd3df;
--color-3: #f1b1d1;
--color-4: #f5bab2;
--color-5: #da4e4e;
}

CSS del degradado de fondo Sakura Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #9fd3df, #f1b1d1, #f5bab2, #da4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #9fd3df, #f1b1d1, #f5bab2, #da4e4e);
}

Sakura Blue color palette created on .