Edwardian Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Edwardian Reverie palette

Share this palette to:

Edwardian Reverie color palette CSS

/* CSS */
.color-1 {
color: #a9d6e5;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f84e3f;
}
.color-4 {
color: #d83169;
}
.color-5 {
color: #9b27b0;
}

/* CSS Variables */
:root {
--color-1: #a9d6e5;
--color-2: #fab700;
--color-3: #f84e3f;
--color-4: #d83169;
--color-5: #9b27b0;
}

Edwardian Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6e5, #fab700, #f84e3f, #d83169, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6e5, #fab700, #f84e3f, #d83169, #9b27b0);
}

Edwardian Reverie color palette created on .