Blushing Gemstone Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Gemstone Harmony palette

Share this palette to:

Blushing Gemstone Harmony color palette CSS

/* CSS */
.color-1 {
color: #f2a6a1;
}
.color-2 {
color: #e75b4b;
}
.color-3 {
color: #c95040;
}
.color-4 {
color: #a8403e;
}
.color-5 {
color: #8c5c4f;
}

/* CSS Variables */
:root {
--color-1: #f2a6a1;
--color-2: #e75b4b;
--color-3: #c95040;
--color-4: #a8403e;
--color-5: #8c5c4f;
}

Blushing Gemstone Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6a1, #e75b4b, #c95040, #a8403e, #8c5c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6a1, #e75b4b, #c95040, #a8403e, #8c5c4f);
}

Blushing Gemstone Harmony color palette created on .