Blossom Blaze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Blaze palette

Share this palette to:

Blossom Blaze color palette CSS

/* CSS */
.color-1 {
color: #ffc8b3;
}
.color-2 {
color: #ff7a8a;
}
.color-3 {
color: #ff5e4d;
}
.color-4 {
color: #ff4c29;
}
.color-5 {
color: #ff3d1f;
}

/* CSS Variables */
:root {
--color-1: #ffc8b3;
--color-2: #ff7a8a;
--color-3: #ff5e4d;
--color-4: #ff4c29;
--color-5: #ff3d1f;
}

Blossom Blaze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc8b3, #ff7a8a, #ff5e4d, #ff4c29, #ff3d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc8b3, #ff7a8a, #ff5e4d, #ff4c29, #ff3d1f);
}

Blossom Blaze color palette created on .