Blossom Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Embrace palette

Share this palette to:

Blossom Embrace color palette CSS

/* CSS */
.color-1 {
color: #ffc7e7;
}
.color-2 {
color: #ff938f;
}
.color-3 {
color: #fe677d;
}
.color-4 {
color: #fe692a;
}
.color-5 {
color: #f33968;
}

/* CSS Variables */
:root {
--color-1: #ffc7e7;
--color-2: #ff938f;
--color-3: #fe677d;
--color-4: #fe692a;
--color-5: #f33968;
}

Blossom Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc7e7, #ff938f, #fe677d, #fe692a, #f33968);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc7e7, #ff938f, #fe677d, #fe692a, #f33968);
}

Blossom Embrace color palette created on .