Treasure Trove カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Treasure Trove palette
Treasure Trove カラーパレット CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #b7860b;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #bfae31;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #d4af35;
--color-3: #b7860b;
--color-4: #ffea00;
--color-5: #bfae31;
}
Treasure Trove の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #d4af35, #b7860b, #ffea00, #bfae31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #d4af35, #b7860b, #ffea00, #bfae31);
}
似たようなカラーパレット
Treasure Trove color palette created on .