Cinnamon Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cinnamon Dream palette

Share this palette to:

Cinnamon Dream color palette CSS

/* CSS */
.color-1 {
color: #9a5d4c;
}
.color-2 {
color: #d2b79d;
}
.color-3 {
color: #f5e3d6;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #c1745c;
}

/* CSS Variables */
:root {
--color-1: #9a5d4c;
--color-2: #d2b79d;
--color-3: #f5e3d6;
--color-4: #f7b5a1;
--color-5: #c1745c;
}

Cinnamon Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a5d4c, #d2b79d, #f5e3d6, #f7b5a1, #c1745c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a5d4c, #d2b79d, #f5e3d6, #f7b5a1, #c1745c);
}

Cinnamon Dream color palette created on .