Pink Fable Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Fable palette

Share this palette to:

Pink Fable color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f490b1;
}
.color-4 {
color: #f06090;
}
.color-5 {
color: #bb69c9;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f4c29f;
--color-3: #f490b1;
--color-4: #f06090;
--color-5: #bb69c9;
}

Pink Fable background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f4c29f, #f490b1, #f06090, #bb69c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f4c29f, #f490b1, #f06090, #bb69c9);
}

Pink Fable color palette created on .