Cinnamon Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cinnamon Delight palette
Cinnamon Delight color palette PNG image
Cinnamon Delight color palette CSS
/* CSS */
.color-1 {
color: #a37466;
}
.color-2 {
color: #d4b7a5;
}
.color-3 {
color: #f1e2d5;
}
.color-4 {
color: #e8c669;
}
.color-5 {
color: #a26844;
}
/* CSS Variables */
:root {
--color-1: #a37466;
--color-2: #d4b7a5;
--color-3: #f1e2d5;
--color-4: #e8c669;
--color-5: #a26844;
}
Cinnamon Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a37466, #d4b7a5, #f1e2d5, #e8c669, #a26844);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a37466, #d4b7a5, #f1e2d5, #e8c669, #a26844);
}
Similar color palettes
Cinnamon Delight color palette created on .