Hot Pink Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hot Pink Dream palette

Share this palette to:

Hot Pink Dream color palette PNG image

Download hot pink dream color palette PNG image (landscape)
Download hot pink dream color palette PNG image (square)

Hot Pink Dream color palette CSS

/* CSS */
.color-1 {
color: #ff3d8e;
}
.color-2 {
color: #ff709b;
}
.color-3 {
color: #ff9ea1;
}
.color-4 {
color: #ffc0b8;
}
.color-5 {
color: #ffe5d6;
}

/* CSS Variables */
:root {
--color-1: #ff3d8e;
--color-2: #ff709b;
--color-3: #ff9ea1;
--color-4: #ffc0b8;
--color-5: #ffe5d6;
}

Hot Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8e, #ff709b, #ff9ea1, #ffc0b8, #ffe5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8e, #ff709b, #ff9ea1, #ffc0b8, #ffe5d6);
}

Hot Pink Dream color palette created on .