Whimsical Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Reverie palette

Share this palette to:

Whimsical Reverie color palette CSS

/* CSS */
.color-1 {
color: #d9a3e0;
}
.color-2 {
color: #7e5eb0;
}
.color-3 {
color: #5f4c9a;
}
.color-4 {
color: #e9a83f;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #d9a3e0;
--color-2: #7e5eb0;
--color-3: #5f4c9a;
--color-4: #e9a83f;
--color-5: #ff6b6b;
}

Whimsical Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a3e0, #7e5eb0, #5f4c9a, #e9a83f, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a3e0, #7e5eb0, #5f4c9a, #e9a83f, #ff6b6b);
}

Whimsical Reverie color palette created on .