Whimsical Romance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Romance palette

Share this palette to:

Whimsical Romance color palette CSS

/* CSS */
.color-1 {
color: #f8e1af;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #d9a1d3;
}
.color-5 {
color: #a77ccb;
}

/* CSS Variables */
:root {
--color-1: #f8e1af;
--color-2: #f2c5b5;
--color-3: #eab8d1;
--color-4: #d9a1d3;
--color-5: #a77ccb;
}

Whimsical Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1af, #f2c5b5, #eab8d1, #d9a1d3, #a77ccb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1af, #f2c5b5, #eab8d1, #d9a1d3, #a77ccb);
}

Whimsical Romance color palette created on .