Midnight Biscotti Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Biscotti Dream palette

Share this palette to:

Midnight Biscotti Dream color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a598c;
}
.color-3 {
color: #799baf;
}
.color-4 {
color: #b5c7d9;
}
.color-5 {
color: #f2e1ba;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a598c;
--color-3: #799baf;
--color-4: #b5c7d9;
--color-5: #f2e1ba;
}

Midnight Biscotti Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a598c, #799baf, #b5c7d9, #f2e1ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a598c, #799baf, #b5c7d9, #f2e1ba);
}

Midnight Biscotti Dream color palette created on .