Gatriel Purple Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gatriel Purple Dream palette

Share this palette to:

Gatriel Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8c6dd9;
}
.color-3 {
color: #b79fdf;
}
.color-4 {
color: #e2c3ef;
}
.color-5 {
color: #f5e5ff;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8c6dd9;
--color-3: #b79fdf;
--color-4: #e2c3ef;
--color-5: #f5e5ff;
}

Gatriel Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8c6dd9, #b79fdf, #e2c3ef, #f5e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8c6dd9, #b79fdf, #e2c3ef, #f5e5ff);
}

Gatriel Purple Dream color palette created on .