Disco Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Disco Delight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Disco Delight Color Palette (PNG)
Disco Delight color palette CSS
/* CSS */
.color-1 {
color: #891551;
}
.color-2 {
color: #a04b7b;
}
.color-3 {
color: #d086a8;
}
.color-4 {
color: #f1b6c5;
}
.color-5 {
color: #fef8e7;
}
/* CSS Variables */
:root {
--color-1: #891551;
--color-2: #a04b7b;
--color-3: #d086a8;
--color-4: #f1b6c5;
--color-5: #fef8e7;
}
Disco Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #891551, #a04b7b, #d086a8, #f1b6c5, #fef8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #891551, #a04b7b, #d086a8, #f1b6c5, #fef8e7);
}
Similar color palettes
Disco Delight color palette created on .