Venomous Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Venomous Blossom palette

Share this palette to:

Venomous Blossom color palette CSS

/* CSS */
.color-1 {
color: #d6b600;
}
.color-2 {
color: #e1c189;
}
.color-3 {
color: #d7a6e7;
}
.color-4 {
color: #b67cda;
}
.color-5 {
color: #704c94;
}

/* CSS Variables */
:root {
--color-1: #d6b600;
--color-2: #e1c189;
--color-3: #d7a6e7;
--color-4: #b67cda;
--color-5: #704c94;
}

Venomous Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b600, #e1c189, #d7a6e7, #b67cda, #704c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b600, #e1c189, #d7a6e7, #b67cda, #704c94);
}

Venomous Blossom color palette created on .