Barry's Garden Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Barry's Garden Bliss palette

Share this palette to:

Barry's Garden Bliss color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f4b5a4;
}
.color-3 {
color: #f7c8a1;
}
.color-4 {
color: #f3d19b;
}
.color-5 {
color: #b5d99b;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4b5a4;
--color-3: #f7c8a1;
--color-4: #f3d19b;
--color-5: #b5d99b;
}

Barry's Garden Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4b5a4, #f7c8a1, #f3d19b, #b5d99b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4b5a4, #f7c8a1, #f3d19b, #b5d99b);
}

Barry's Garden Bliss color palette created on .