Quirky Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Quirky Reverie palette

Share this palette to:

Quirky Reverie color palette CSS

/* CSS */
.color-1 {
color: #7b3f97;
}
.color-2 {
color: #9f5b9a;
}
.color-3 {
color: #eae8b3;
}
.color-4 {
color: #d4c54e;
}
.color-5 {
color: #f96c6c;
}

/* CSS Variables */
:root {
--color-1: #7b3f97;
--color-2: #9f5b9a;
--color-3: #eae8b3;
--color-4: #d4c54e;
--color-5: #f96c6c;
}

Quirky Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b3f97, #9f5b9a, #eae8b3, #d4c54e, #f96c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b3f97, #9f5b9a, #eae8b3, #d4c54e, #f96c6c);
}

Quirky Reverie color palette created on .