Dior Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dior Dreams palette

Share this palette to:

Dior Dreams color palette PNG image

Download dior dreams color palette PNG image (landscape)
Download dior dreams color palette PNG image (square)

Dior Dreams color palette CSS

/* CSS */
.color-1 {
color: #d6b8c9;
}
.color-2 {
color: #cca3b1;
}
.color-3 {
color: #a56f8b;
}
.color-4 {
color: #5e4b68;
}
.color-5 {
color: #3b2b35;
}

/* CSS Variables */
:root {
--color-1: #d6b8c9;
--color-2: #cca3b1;
--color-3: #a56f8b;
--color-4: #5e4b68;
--color-5: #3b2b35;
}

Dior Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b8c9, #cca3b1, #a56f8b, #5e4b68, #3b2b35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b8c9, #cca3b1, #a56f8b, #5e4b68, #3b2b35);
}

Dior Dreams color palette created on .