Cranberry Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cranberry Bliss palette

Share this palette to:

Cranberry Bliss color palette CSS

/* CSS */
.color-1 {
color: #db517b;
}
.color-2 {
color: #d73c56;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #f19388;
}
.color-5 {
color: #f9c7be;
}

/* CSS Variables */
:root {
--color-1: #db517b;
--color-2: #d73c56;
--color-3: #e74d3c;
--color-4: #f19388;
--color-5: #f9c7be;
}

Cranberry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db517b, #d73c56, #e74d3c, #f19388, #f9c7be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db517b, #d73c56, #e74d3c, #f19388, #f9c7be);
}

Cranberry Bliss color palette created on .