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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Blue DiliDon color palette created on .