Pink Dreamy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Dreamy palette

Share this palette to:

Pink Dreamy color palette CSS

/* CSS */
.color-1 {
color: #ff0593;
}
.color-2 {
color: #ff5cb8;
}
.color-3 {
color: #ff8fdb;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #ffc2e8;
}

/* CSS Variables */
:root {
--color-1: #ff0593;
--color-2: #ff5cb8;
--color-3: #ff8fdb;
--color-4: #ffb3e4;
--color-5: #ffc2e8;
}

Pink Dreamy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0593, #ff5cb8, #ff8fdb, #ffb3e4, #ffc2e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0593, #ff5cb8, #ff8fdb, #ffb3e4, #ffc2e8);
}

Pink Dreamy color palette created on .