Sweet Blush Confection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Blush Confection palette

Share this palette to:

Sweet Blush Confection color palette CSS

/* CSS */
.color-1 {
color: #f9c8d7;
}
.color-2 {
color: #f27d93;
}
.color-3 {
color: #d96d7a;
}
.color-4 {
color: #c76b8b;
}
.color-5 {
color: #a34d65;
}

/* CSS Variables */
:root {
--color-1: #f9c8d7;
--color-2: #f27d93;
--color-3: #d96d7a;
--color-4: #c76b8b;
--color-5: #a34d65;
}

Sweet Blush Confection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d7, #f27d93, #d96d7a, #c76b8b, #a34d65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d7, #f27d93, #d96d7a, #c76b8b, #a34d65);
}

Sweet Blush Confection color palette created on .