Gemstone Whispers Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Gemstone Whispers palette
tavolozza dei colori Gemstone Whispers CSS
/* CSS */
.color-1 {
color: #d5bfe8;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #c6b2e0;
}
.color-4 {
color: #e7b1d0;
}
.color-5 {
color: #f49fb1;
}
/* CSS Variables */
:root {
--color-1: #d5bfe8;
--color-2: #a77ccb;
--color-3: #c6b2e0;
--color-4: #e7b1d0;
--color-5: #f49fb1;
}
CSS con gradiente di sfondo Gemstone Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5bfe8, #a77ccb, #c6b2e0, #e7b1d0, #f49fb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5bfe8, #a77ccb, #c6b2e0, #e7b1d0, #f49fb1);
}
Tavolozze di colori simili
Gemstone Whispers color palette created on .