Luminous Biscotti Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luminous Biscotti Dream palette

Share this palette to:

Luminous Biscotti Dream color palette CSS

/* CSS */
.color-1 {
color: #f6e67e;
}
.color-2 {
color: #e8c469;
}
.color-3 {
color: #d9aa5e;
}
.color-4 {
color: #c79c4d;
}
.color-5 {
color: #b4843c;
}

/* CSS Variables */
:root {
--color-1: #f6e67e;
--color-2: #e8c469;
--color-3: #d9aa5e;
--color-4: #c79c4d;
--color-5: #b4843c;
}

Luminous Biscotti Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e67e, #e8c469, #d9aa5e, #c79c4d, #b4843c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e67e, #e8c469, #d9aa5e, #c79c4d, #b4843c);
}

Luminous Biscotti Dream color palette created on .