Raspberry Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Raspberry Bliss palette

Share this palette to:

Raspberry Bliss color palette CSS

/* CSS */
.color-1 {
color: #d21e42;
}
.color-2 {
color: #f0386c;
}
.color-3 {
color: #f7a1b5;
}
.color-4 {
color: #f9c8d7;
}
.color-5 {
color: #fee7e1;
}

/* CSS Variables */
:root {
--color-1: #d21e42;
--color-2: #f0386c;
--color-3: #f7a1b5;
--color-4: #f9c8d7;
--color-5: #fee7e1;
}

Raspberry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d21e42, #f0386c, #f7a1b5, #f9c8d7, #fee7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d21e42, #f0386c, #f7a1b5, #f9c8d7, #fee7e1);
}

Raspberry Bliss color palette created on .