Dreamy Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Blush palette

Share this palette to:

Dreamy Blush color palette CSS

/* CSS */
.color-1 {
color: #f4cdc3;
}
.color-2 {
color: #f6b1c0;
}
.color-3 {
color: #f79cba;
}
.color-4 {
color: #f6a7c1;
}
.color-5 {
color: #f7c5e0;
}

/* CSS Variables */
:root {
--color-1: #f4cdc3;
--color-2: #f6b1c0;
--color-3: #f79cba;
--color-4: #f6a7c1;
--color-5: #f7c5e0;
}

Dreamy Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cdc3, #f6b1c0, #f79cba, #f6a7c1, #f7c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cdc3, #f6b1c0, #f79cba, #f6a7c1, #f7c5e0);
}

Dreamy Blush color palette created on .