Restful Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Restful Reverie palette

Share this palette to:

Restful Reverie color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #eb4c37;
}
.color-4 {
color: #8e3e3e;
}
.color-5 {
color: #e1b7e1;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f9d86c;
--color-3: #eb4c37;
--color-4: #8e3e3e;
--color-5: #e1b7e1;
}

Restful Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f9d86c, #eb4c37, #8e3e3e, #e1b7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f9d86c, #eb4c37, #8e3e3e, #e1b7e1);
}

Restful Reverie color palette created on .