Creamy Berry Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Berry Bliss palette

Share this palette to:

Creamy Berry Bliss color palette CSS

/* CSS */
.color-1 {
color: #f5a3b1;
}
.color-2 {
color: #f1c6d0;
}
.color-3 {
color: #f8e2e7;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #ffb3d1;
}

/* CSS Variables */
:root {
--color-1: #f5a3b1;
--color-2: #f1c6d0;
--color-3: #f8e2e7;
--color-4: #eab8d1;
--color-5: #ffb3d1;
}

Creamy Berry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3b1, #f1c6d0, #f8e2e7, #eab8d1, #ffb3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3b1, #f1c6d0, #f8e2e7, #eab8d1, #ffb3d1);
}

Creamy Berry Bliss color palette created on .