Violet Cookie Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Violet Cookie Dream palette

Share this palette to:

Violet Cookie Dream color palette CSS

/* CSS */
.color-1 {
color: #8c5b9f;
}
.color-2 {
color: #a38bb1;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f4d0b3;
}
.color-5 {
color: #e8b7a1;
}

/* CSS Variables */
:root {
--color-1: #8c5b9f;
--color-2: #a38bb1;
--color-3: #eab8e4;
--color-4: #f4d0b3;
--color-5: #e8b7a1;
}

Violet Cookie Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5b9f, #a38bb1, #eab8e4, #f4d0b3, #e8b7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5b9f, #a38bb1, #eab8e4, #f4d0b3, #e8b7a1);
}

Violet Cookie Dream color palette created on .