Pastel Pink Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink Dreams palette

Share this palette to:

Pastel Pink Dreams color palette CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #ed91b3;
}
.color-4 {
color: #f5c7df;
}
.color-5 {
color: #f8e8f0;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b4;
--color-3: #ed91b3;
--color-4: #f5c7df;
--color-5: #f8e8f0;
}

Pastel Pink Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b4, #ed91b3, #f5c7df, #f8e8f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b4, #ed91b3, #f5c7df, #f8e8f0);
}

Pastel Pink Dreams color palette created on .