Paleta de colores Sweet Confection Celebration

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Confection Celebration palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Confection Celebration

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #d65d29;
}
.color-5 {
color: #c76b8b;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #f1c84b;
--color-3: #eab543;
--color-4: #d65d29;
--color-5: #c76b8b;
}

CSS del degradado de fondo Sweet Confection Celebration

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #f1c84b, #eab543, #d65d29, #c76b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #f1c84b, #eab543, #d65d29, #c76b8b);
}

Sweet Confection Celebration color palette created on .