Bone Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bone Blossom palette

Share this palette to:

Bone Blossom color palette CSS

/* CSS */
.color-1 {
color: #f5d4c2;
}
.color-2 {
color: #e8b0a1;
}
.color-3 {
color: #d2798f;
}
.color-4 {
color: #aa5072;
}
.color-5 {
color: #6a294c;
}

/* CSS Variables */
:root {
--color-1: #f5d4c2;
--color-2: #e8b0a1;
--color-3: #d2798f;
--color-4: #aa5072;
--color-5: #6a294c;
}

Bone Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d4c2, #e8b0a1, #d2798f, #aa5072, #6a294c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d4c2, #e8b0a1, #d2798f, #aa5072, #6a294c);
}

Bone Blossom color palette created on .