Sweet Pink Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Pink Dreams palette

Share this palette to:

Sweet Pink Dreams color palette CSS

/* CSS */
.color-1 {
color: #ffb3d6;
}
.color-2 {
color: #ff85b4;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #ff3d7e;
}
.color-5 {
color: #ff2965;
}

/* CSS Variables */
:root {
--color-1: #ffb3d6;
--color-2: #ff85b4;
--color-3: #ff5c9a;
--color-4: #ff3d7e;
--color-5: #ff2965;
}

Sweet Pink Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d6, #ff85b4, #ff5c9a, #ff3d7e, #ff2965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d6, #ff85b4, #ff5c9a, #ff3d7e, #ff2965);
}

Sweet Pink Dreams color palette created on .