Threads of Destiny Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Threads of Destiny palette

Share this palette to:

Threads of Destiny color palette CSS

/* CSS */
.color-1 {
color: #f6e6b1;
}
.color-2 {
color: #f5b784;
}
.color-3 {
color: #d96045;
}
.color-4 {
color: #a83c29;
}
.color-5 {
color: #5c2d2e;
}

/* CSS Variables */
:root {
--color-1: #f6e6b1;
--color-2: #f5b784;
--color-3: #d96045;
--color-4: #a83c29;
--color-5: #5c2d2e;
}

Threads of Destiny background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6b1, #f5b784, #d96045, #a83c29, #5c2d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6b1, #f5b784, #d96045, #a83c29, #5c2d2e);
}

Threads of Destiny color palette created on .