Paleta de colores Spirits of the Cherry Blossom Moon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spirits of the Cherry Blossom Moon palette

Compartir esta paleta en:

CSS de la paleta de colores Spirits of the Cherry Blossom Moon

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f3c8af;
}
.color-3 {
color: #d75b7c;
}
.color-4 {
color: #e6a8b0;
}
.color-5 {
color: #a65e8d;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f3c8af;
--color-3: #d75b7c;
--color-4: #e6a8b0;
--color-5: #a65e8d;
}

CSS del degradado de fondo Spirits of the Cherry Blossom Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f3c8af, #d75b7c, #e6a8b0, #a65e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f3c8af, #d75b7c, #e6a8b0, #a65e8d);
}

Spirits of the Cherry Blossom Moon color palette created on .