Whimsical Ribbons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Ribbons palette

Share this palette to:

Whimsical Ribbons color palette CSS

/* CSS */
.color-1 {
color: #f1a7b6;
}
.color-2 {
color: #e5b8c7;
}
.color-3 {
color: #d2c6d2;
}
.color-4 {
color: #b9d8e4;
}
.color-5 {
color: #a1e3e0;
}

/* CSS Variables */
:root {
--color-1: #f1a7b6;
--color-2: #e5b8c7;
--color-3: #d2c6d2;
--color-4: #b9d8e4;
--color-5: #a1e3e0;
}

Whimsical Ribbons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b6, #e5b8c7, #d2c6d2, #b9d8e4, #a1e3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b6, #e5b8c7, #d2c6d2, #b9d8e4, #a1e3e0);
}

Whimsical Ribbons color palette created on .