Paleta de colores Galactic Confectionery

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Galactic Confectionery palette

Compartir esta paleta en:

CSS de la paleta de colores Galactic Confectionery

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #9b6b5f;
}
.color-3 {
color: #c8a09d;
}
.color-4 {
color: #e3b0b3;
}
.color-5 {
color: #f9d29f;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #9b6b5f;
--color-3: #c8a09d;
--color-4: #e3b0b3;
--color-5: #f9d29f;
}

CSS del degradado de fondo Galactic Confectionery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #9b6b5f, #c8a09d, #e3b0b3, #f9d29f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #9b6b5f, #c8a09d, #e3b0b3, #f9d29f);
}

Paletas de colores similares

Galactic Confectionery color palette created on .