Whimsical Farrow Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Farrow Blossoms palette

Share this palette to:

Whimsical Farrow Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f3b9a0;
}
.color-2 {
color: #f36d6d;
}
.color-3 {
color: #e04272;
}
.color-4 {
color: #a75dbb;
}
.color-5 {
color: #592d8f;
}

/* CSS Variables */
:root {
--color-1: #f3b9a0;
--color-2: #f36d6d;
--color-3: #e04272;
--color-4: #a75dbb;
--color-5: #592d8f;
}

Whimsical Farrow Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9a0, #f36d6d, #e04272, #a75dbb, #592d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9a0, #f36d6d, #e04272, #a75dbb, #592d8f);
}

Whimsical Farrow Blossoms color palette created on .