Pink and White Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink and White Bliss palette

Share this palette to:

Pink and White Bliss color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8d3d7;
}
.color-3 {
color: #f2b1c4;
}
.color-4 {
color: #ec8ea4;
}
.color-5 {
color: #e65b7e;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8d3d7;
--color-3: #f2b1c4;
--color-4: #ec8ea4;
--color-5: #e65b7e;
}

Pink and White Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8d3d7, #f2b1c4, #ec8ea4, #e65b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8d3d7, #f2b1c4, #ec8ea4, #e65b7e);
}

Pink and White Bliss color palette created on .