Blushing Gemstone Harmony Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Gemstone Harmony palette

Condividi questa palette a:

tavolozza dei colori Blushing Gemstone Harmony 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;
}

CSS con gradiente di sfondo Blushing Gemstone Harmony

/* 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 .