Pink Cinnamon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cinnamon palette

Share this palette to:

Pink Cinnamon color palette CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #d9b3a1;
}
.color-3 {
color: #e7b4b1;
}
.color-4 {
color: #c67b8b;
}
.color-5 {
color: #b9797f;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #d9b3a1;
--color-3: #e7b4b1;
--color-4: #c67b8b;
--color-5: #b9797f;
}

Pink Cinnamon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #d9b3a1, #e7b4b1, #c67b8b, #b9797f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #d9b3a1, #e7b4b1, #c67b8b, #b9797f);
}

Pink Cinnamon color palette created on .