Zephine's Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zephine's Reverie palette

Share this palette to:

Zephine's Reverie color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #71a3ef;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e76e1d;
}
.color-5 {
color: #6c5b7b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #71a3ef;
--color-3: #f1c84b;
--color-4: #e76e1d;
--color-5: #6c5b7b;
}

Zephine's Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #71a3ef, #f1c84b, #e76e1d, #6c5b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #71a3ef, #f1c84b, #e76e1d, #6c5b7b);
}

Zephine's Reverie color palette created on .