Victorian Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Victorian Reverie palette

Share this palette to:

Victorian Reverie color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f6a7b2;
}
.color-4 {
color: #d6a6e8;
}
.color-5 {
color: #a6c6ed;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9aeae;
--color-3: #f6a7b2;
--color-4: #d6a6e8;
--color-5: #a6c6ed;
}

Victorian Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9aeae, #f6a7b2, #d6a6e8, #a6c6ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9aeae, #f6a7b2, #d6a6e8, #a6c6ed);
}

Victorian Reverie color palette created on .