Tempting Confections Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tempting Confections palette

Share this palette to:

Tempting Confections color palette CSS

/* CSS */
.color-1 {
color: #ff6b81;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb499;
}
.color-4 {
color: #ffe7a3;
}
.color-5 {
color: #fff6a3;
}

/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff998a;
--color-3: #ffb499;
--color-4: #ffe7a3;
--color-5: #fff6a3;
}

Tempting Confections background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff998a, #ffb499, #ffe7a3, #fff6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff998a, #ffb499, #ffe7a3, #fff6a3);
}

Tempting Confections color palette created on .