Renaissance Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Renaissance Reverie palette

Share this palette to:

Renaissance Reverie color palette CSS

/* CSS */
.color-1 {
color: #0048ad;
}
.color-2 {
color: #f8f1e2;
}
.color-3 {
color: #ff6347;
}
.color-4 {
color: #c69c6c;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #0048ad;
--color-2: #f8f1e2;
--color-3: #ff6347;
--color-4: #c69c6c;
--color-5: #000000;
}

Renaissance Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048ad, #f8f1e2, #ff6347, #c69c6c, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048ad, #f8f1e2, #ff6347, #c69c6c, #000000);
}

Renaissance Reverie color palette created on .