Daisuke Mouthwashing Color Palette
Discover the beautiful Daisuke Mouthwashing color palette featuring energy yellow (#f9d75d), tan hide (#f69e4c), tango (#f47b2a), cinnabar (#e45d2f) and mojo (#c9493b).
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 Daisuke Mouthwashing palette
💻 Daisuke Mouthwashing color palette CSS
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f69e4c;
}
.color-3 {
color: #f47b2a;
}
.color-4 {
color: #e45d2f;
}
.color-5 {
color: #c9493b;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f69e4c;
--color-3: #f47b2a;
--color-4: #e45d2f;
--color-5: #c9493b;
} 🌈 Daisuke Mouthwashing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f69e4c, #f47b2a, #e45d2f, #c9493b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f69e4c, #f47b2a, #e45d2f, #c9493b);
} 🔗 Explore similar color palettes
Daisuke Mouthwashing color palette created on .