Pink Dreambelle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Dreambelle palette

Share this palette to:

Pink Dreambelle color palette CSS

/* CSS */
.color-1 {
color: #ffe5f5;
}
.color-2 {
color: #ffc7db;
}
.color-3 {
color: #fabdd1;
}
.color-4 {
color: #edb0bd;
}
.color-5 {
color: #daa4b1;
}

/* CSS Variables */
:root {
--color-1: #ffe5f5;
--color-2: #ffc7db;
--color-3: #fabdd1;
--color-4: #edb0bd;
--color-5: #daa4b1;
}

Pink Dreambelle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5f5, #ffc7db, #fabdd1, #edb0bd, #daa4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5f5, #ffc7db, #fabdd1, #edb0bd, #daa4b1);
}

Pink Dreambelle color palette created on .