Sweet Confection Celebration Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Confection Celebration palette

Condividi questa palette a:

tavolozza dei colori Sweet Confection Celebration CSS

/* 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 con gradiente di sfondo 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 .