Hot Cinnamon Delight Color Palette
Discover the beautiful Hot Cinnamon Delight color palette featuring apricot peach (#f9beb4), apricot peach (#facec1), champagne (#faddd0), provincial pink (#fdece4) and desert sand (#edccb2).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Hot Cinnamon Delight palette
💻 Hot Cinnamon Delight color palette CSS
/* CSS */
.color-1 {
color: #f9beb4;
}
.color-2 {
color: #facec1;
}
.color-3 {
color: #faddd0;
}
.color-4 {
color: #fdece4;
}
.color-5 {
color: #edccb2;
}
/* CSS Variables */
:root {
--color-1: #f9beb4;
--color-2: #facec1;
--color-3: #faddd0;
--color-4: #fdece4;
--color-5: #edccb2;
} 🌈 Hot Cinnamon Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9beb4, #facec1, #faddd0, #fdece4, #edccb2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9beb4, #facec1, #faddd0, #fdece4, #edccb2);
} 🔗 Explore similar color palettes
Hot Cinnamon Delight color palette created on .