Almond & Jasmine Color Palette
Discover the beautiful Almond & Jasmine color palette featuring brandy (#e2c7a7), parchment (#f0e6d1), just right (#e9cfb4), ecru white (#f4f1e6) and cold turkey (#d2c6c8).
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 Almond & Jasmine palette
💻 Almond & Jasmine color palette CSS
/* CSS */
.color-1 {
color: #e2c7a7;
}
.color-2 {
color: #f0e6d1;
}
.color-3 {
color: #e9cfb4;
}
.color-4 {
color: #f4f1e6;
}
.color-5 {
color: #d2c6c8;
}
/* CSS Variables */
:root {
--color-1: #e2c7a7;
--color-2: #f0e6d1;
--color-3: #e9cfb4;
--color-4: #f4f1e6;
--color-5: #d2c6c8;
} 🌈 Almond & Jasmine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c7a7, #f0e6d1, #e9cfb4, #f4f1e6, #d2c6c8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c7a7, #f0e6d1, #e9cfb4, #f4f1e6, #d2c6c8);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Almond & Jasmine color palette created on .