Blossom Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Embrace palette

Share this palette to:

Download Blossom Embrace Color Palette (PNG)

Download blossom embrace color palette PNG image (landscape)
Download blossom embrace color palette PNG image (square)

Blossom Embrace color palette CSS

/* CSS */
.color-1 {
color: #f3a5c7;
}
.color-2 {
color: #e76a8d;
}
.color-3 {
color: #d84f6d;
}
.color-4 {
color: #b63e5a;
}
.color-5 {
color: #9f2d49;
}

/* CSS Variables */
:root {
--color-1: #f3a5c7;
--color-2: #e76a8d;
--color-3: #d84f6d;
--color-4: #b63e5a;
--color-5: #9f2d49;
}

Blossom Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c7, #e76a8d, #d84f6d, #b63e5a, #9f2d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c7, #e76a8d, #d84f6d, #b63e5a, #9f2d49);
}

Blossom Embrace color palette created on .