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: #ff5c98;
}
.color-2 {
color: #a94c9b;
}
.color-3 {
color: #6b3f83;
}
.color-4 {
color: #4d84d1;
}
.color-5 {
color: #facc29;
}

/* CSS Variables */
:root {
--color-1: #ff5c98;
--color-2: #a94c9b;
--color-3: #6b3f83;
--color-4: #4d84d1;
--color-5: #facc29;
}

Whimsical Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c98, #a94c9b, #6b3f83, #4d84d1, #facc29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c98, #a94c9b, #6b3f83, #4d84d1, #facc29);
}

Whimsical Reverie color palette created on .