Temptation's Glow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Temptation's Glow palette
tavolozza dei colori Temptation's Glow CSS
/* CSS */
.color-1 {
color: #d59a6c;
}
.color-2 {
color: #eabf8b;
}
.color-3 {
color: #f4d07b;
}
.color-4 {
color: #f6a34c;
}
.color-5 {
color: #c45d3b;
}
/* CSS Variables */
:root {
--color-1: #d59a6c;
--color-2: #eabf8b;
--color-3: #f4d07b;
--color-4: #f6a34c;
--color-5: #c45d3b;
}
CSS con gradiente di sfondo Temptation's Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d59a6c, #eabf8b, #f4d07b, #f6a34c, #c45d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d59a6c, #eabf8b, #f4d07b, #f6a34c, #c45d3b);
}
Tavolozze di colori simili
Temptation's Glow color palette created on .