Berry Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Berry Bliss palette

Share this palette to:

Berry Bliss color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff7c4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff4da3;
}
.color-5 {
color: #ff4d9d;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff7c4d;
--color-3: #ffb84d;
--color-4: #ff4da3;
--color-5: #ff4d9d;
}

Berry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff7c4d, #ffb84d, #ff4da3, #ff4d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff7c4d, #ffb84d, #ff4da3, #ff4d9d);
}

Berry Bliss color palette created on .