Daisuke Color Palette

Discover the beautiful Daisuke color palette featuring sandwisp (#f7ebb0), ronchi (#f1c84b), sea buckthorn (#f6a523), bamboo (#e05a00) and paarl (#a64e2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Red, Vibrant, Warm, Yellow color palettes and combinations.

💡 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 palette

Share this palette to:

💻 Daisuke color palette CSS

/* CSS */
.color-1 {
color: #f7ebb0;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f6a523;
}
.color-4 {
color: #e05a00;
}
.color-5 {
color: #a64e2b;
}

/* CSS Variables */
:root {
--color-1: #f7ebb0;
--color-2: #f1c84b;
--color-3: #f6a523;
--color-4: #e05a00;
--color-5: #a64e2b;
}

🌈 Daisuke background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7ebb0, #f1c84b, #f6a523, #e05a00, #a64e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7ebb0, #f1c84b, #f6a523, #e05a00, #a64e2b);
}

Daisuke color palette created on .