Dreamy Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Pink palette

Share this palette to:

Dreamy Pink color palette CSS

/* CSS */
.color-1 {
color: #f6d5b1;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #e4c2e5;
}
.color-4 {
color: #aac6e4;
}
.color-5 {
color: #89c8d1;
}

/* CSS Variables */
:root {
--color-1: #f6d5b1;
--color-2: #f2a1b6;
--color-3: #e4c2e5;
--color-4: #aac6e4;
--color-5: #89c8d1;
}

Dreamy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5b1, #f2a1b6, #e4c2e5, #aac6e4, #89c8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5b1, #f2a1b6, #e4c2e5, #aac6e4, #89c8d1);
}

Dreamy Pink color palette created on .