Whimsical Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Reverie palette

Share this palette to:

Whimsical Reverie color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e1b75b;
}
.color-3 {
color: #d6996b;
}
.color-4 {
color: #c9787b;
}
.color-5 {
color: #a04b90;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e1b75b;
--color-3: #d6996b;
--color-4: #c9787b;
--color-5: #a04b90;
}

Whimsical Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e1b75b, #d6996b, #c9787b, #a04b90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e1b75b, #d6996b, #c9787b, #a04b90);
}

Whimsical Reverie color palette created on .