Imperial Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Imperial Reverie palette

Share this palette to:

Imperial Reverie color palette CSS

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #3f5a8d;
}
.color-3 {
color: #6d8eab;
}
.color-4 {
color: #f3c9a0;
}
.color-5 {
color: #e94a2b;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #3f5a8d;
--color-3: #6d8eab;
--color-4: #f3c9a0;
--color-5: #e94a2b;
}

Imperial Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #3f5a8d, #6d8eab, #f3c9a0, #e94a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #3f5a8d, #6d8eab, #f3c9a0, #e94a2b);
}

Imperial Reverie color palette created on .