Adagio Color Palette
Discover the beautiful Adagio color palette featuring golden tainoi (#ffcc66), atomic tangerine (#ff9966), hot pink (#ff6699), heliotrope (#cc66ff) and malibu (#6699ff).
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 Adagio palette
๐ป Adagio color palette CSS
/* CSS */
.color-1 {
color: #ffcc66;
}
.color-2 {
color: #ff9966;
}
.color-3 {
color: #ff6699;
}
.color-4 {
color: #cc66ff;
}
.color-5 {
color: #6699ff;
}
/* CSS Variables */
:root {
--color-1: #ffcc66;
--color-2: #ff9966;
--color-3: #ff6699;
--color-4: #cc66ff;
--color-5: #6699ff;
} ๐ Adagio background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc66, #ff9966, #ff6699, #cc66ff, #6699ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc66, #ff9966, #ff6699, #cc66ff, #6699ff);
} ๐ Explore similar color palettes
Adagio color palette created on .