Blue DiliDon Color Palette

Discover the beautiful Blue DiliDon color palette featuring brandy punch (#da7c2b), cream can (#f6c84c), sandwisp (#f5e6a3), jungle mist (#b6d8d8) and boston blue (#3b8dba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beach, Bright, Aqua, Warm 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 Blue DiliDon palette

Share this palette to:

๐Ÿ’ป Blue DiliDon color palette CSS

/* CSS */
.color-1 {
color: #da7c2b;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f5e6a3;
}
.color-4 {
color: #b6d8d8;
}
.color-5 {
color: #3b8dba;
}

/* CSS Variables */
:root {
--color-1: #da7c2b;
--color-2: #f6c84c;
--color-3: #f5e6a3;
--color-4: #b6d8d8;
--color-5: #3b8dba;
}

๐ŸŒˆ Blue DiliDon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da7c2b, #f6c84c, #f5e6a3, #b6d8d8, #3b8dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da7c2b, #f6c84c, #f5e6a3, #b6d8d8, #3b8dba);
}

Blue DiliDon color palette created on .