Jasmine Dreams Color Palette
Discover the beautiful Jasmine Dreams color palette featuring marzipan (#f9e19f), manhattan (#f5b2a3), lavender rose (#f78ddc), light wisteria (#c59ce3) and jordy blue (#9eb2f5).
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 Jasmine Dreams palette
💻 Jasmine Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9e19f;
}
.color-2 {
color: #f5b2a3;
}
.color-3 {
color: #f78ddc;
}
.color-4 {
color: #c59ce3;
}
.color-5 {
color: #9eb2f5;
}
/* CSS Variables */
:root {
--color-1: #f9e19f;
--color-2: #f5b2a3;
--color-3: #f78ddc;
--color-4: #c59ce3;
--color-5: #9eb2f5;
}
🌈 Jasmine Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e19f, #f5b2a3, #f78ddc, #c59ce3, #9eb2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e19f, #f5b2a3, #f78ddc, #c59ce3, #9eb2f5);
}
🔗 Explore similar color palettes
Jasmine Dreams color palette created on .